cazette/misc/ci/Dockerfile
William Petit 8e09f7ae3b
All checks were successful
kipp-news/pipeline/head This commit looks good
feat: initial commit
2025-01-19 21:04:20 +01:00

7 lines
138 B
Docker

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