feat: initial commit
Some checks failed
wpetit/kouiz/pipeline/head There was a failure building this commit
kouiz/pipeline/head There was a failure building this commit

This commit is contained in:
2025-06-15 23:33:18 +02:00
parent b080f3eb55
commit 88e6007db5
2 changed files with 50 additions and 0 deletions

5
misc/ci/Dockerfile Normal file
View File

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