Files
kouiz/misc/ci/Dockerfile

5 lines
119 B
Docker
Raw Normal View History

2025-06-24 09:50:27 +02:00
FROM alpine:3.22
2025-06-15 23:33:18 +02:00
RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base coreutils
SHELL ["/bin/bash"]