clusterflux-public/examples/hello-build/envs/linux/Containerfile
2026-07-21 20:36:04 +02:00

3 lines
97 B
Docker

FROM docker.io/library/alpine:3.20
RUN apk add --no-cache build-base tar zstd
WORKDIR /workspace