template/Dockerfile.builder

8 lines
107 B
Text
Raw Normal View History

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