niri/Dockerfile.builder

9 lines
152 B
Text
Raw Normal View History

2025-09-22 13:37:18 +02:00
# use specific image if relevant (rust, golang)
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install curl \
# other packages to build \