Files
kouiz/misc/ci/Dockerfile
William Petit f5f21766f4
Some checks reported errors
kouiz/pipeline/head Something is wrong with the build of this commit
chore: update ci image
2025-06-24 09:50:27 +02:00

5 lines
119 B
Docker

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