ci: add missing coreutils
All checks were successful
kipp-news/pipeline/head This commit looks good

This commit is contained in:
wpetit 2025-02-02 19:30:45 +01:00
parent 1dbee20c42
commit fd4dbec9c9

View File

@ -1,6 +1,6 @@
FROM alpine:3.21 FROM alpine:3.21
RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base RUN apk add nodejs npm jq bash curl ca-certificates python3 build-base coreutils
RUN npm install -g xml2json RUN npm install -g xml2json