Files
kouiz/misc/ci/Dockerfile
William Petit 88e6007db5
Some checks failed
wpetit/kouiz/pipeline/head There was a failure building this commit
kouiz/pipeline/head There was a failure building this commit
feat: initial commit
2025-06-15 23:33:18 +02:00

5 lines
119 B
Docker

FROM alpine:3.21
RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base coreutils
SHELL ["/bin/bash"]