cazette/misc/ci/Dockerfile

7 lines
138 B
Docker
Raw Normal View History

2025-01-17 11:28:15 +01:00
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"]