add coreutils

This commit is contained in:
holzi1005 2025-01-07 16:41:49 +01:00
parent af3eb676f1
commit ed2d9a77ef

View file

@ -23,6 +23,7 @@ RUN mkdir /out \
RUN apk --no-cache add \
inotify-tools \
curl \
coreutils \
&& rm -rf /var/cache/apk/*
USER nobody