From 382dff7a48e73114e29dbcdd450f461452a640e2 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 26 Aug 2025 23:51:25 +0100 Subject: [PATCH] chore: remove coreutils from container dependencies Removes the coreutils package from the Alpine container dependencies. --- Containerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Containerfile b/Containerfile index a2c2a94..5e0b5dc 100644 --- a/Containerfile +++ b/Containerfile @@ -2,7 +2,6 @@ FROM alpine:latest RUN apk add --no-cache --update \ bash \ - coreutils \ jellyfin-ffmpeg \ gawk \ grep \