From fd4dbec9c9606bc061565491a4a1b391e91e8404 Mon Sep 17 00:00:00 2001 From: William Petit Date: Sun, 2 Feb 2025 19:30:45 +0100 Subject: [PATCH] ci: add missing coreutils --- misc/ci/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/ci/Dockerfile b/misc/ci/Dockerfile index 0e4da0c..02203de 100644 --- a/misc/ci/Dockerfile +++ b/misc/ci/Dockerfile @@ -1,6 +1,6 @@ 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