template/Dockerfile.builder

7 lines
116 B
Text
Raw Normal View History

2025-09-22 13:31:02 +02:00
FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y curl \
make \
2025-09-22 13:31:02 +02:00
# other packages to build \