niri/Dockerfile.builder
pips 35c8755b39
Some checks failed
ci/woodpecker/push/build Pipeline failed
feat(config): build of niri
2025-09-22 13:49:25 +02:00

8 lines
149 B
Ruby

# use specific image if relevant (rust, golang)
FROM rust:1.90
RUN apt-get update && \
apt-get install curl \
# other packages to build \