template/Dockerfile.builder
pips 25502dfdcf chore(builder): remove note on using custom base image
base images tend to be build from too recently debian/ubuntu images
2025-09-23 19:41:06 +02:00

7 lines
107 B
Ruby

FROM ubuntu:24.04
RUN apt-get update && \
apt-get install -y make \
# other packages to build \