chore: remove coreutils from container dependencies

Removes the coreutils package from the Alpine container dependencies.
This commit is contained in:
Martin Wimpress 2025-08-26 23:51:25 +01:00
commit 382dff7a48
No known key found for this signature in database

View file

@ -2,7 +2,6 @@ FROM alpine:latest
RUN apk add --no-cache --update \
bash \
coreutils \
jellyfin-ffmpeg \
gawk \
grep \