From ed2d9a77ef998ea2a3ce5db6f479a9835e87a630 Mon Sep 17 00:00:00 2001 From: holzi1005 Date: Tue, 7 Jan 2025 16:41:49 +0100 Subject: [PATCH] add coreutils --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 0dc4b49..f8e222e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ RUN mkdir /out \ RUN apk --no-cache add \ inotify-tools \ curl \ + coreutils \ && rm -rf /var/cache/apk/* USER nobody