From a6339d93f85fd0a028bd1e0b2fb6f50b81a467da Mon Sep 17 00:00:00 2001 From: ArabCoders Date: Mon, 19 Feb 2024 21:53:48 +0300 Subject: [PATCH] added missing libmagic --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2112b0b2..0ea0dd14 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ COPY --from=mwader/static-ffmpeg:6.1.1 /ffmpeg /usr/bin/ COPY --from=mwader/static-ffmpeg:6.1.1 /ffprobe /usr/bin/ RUN mkdir /config /downloads && ln -snf /usr/share/zoneinfo/${TZ} /etc/localtime && echo ${TZ} > /etc/timezone && \ - apk add --update --no-cache bash mkvtoolnix patch aria2 coreutils curl shadow sqlite tzdata && \ + apk add --update --no-cache bash mkvtoolnix patch aria2 coreutils curl shadow sqlite tzdata libmagic && \ useradd -u ${USER_ID:-1000} -U -d /app -s /bin/bash app && \ rm -rf /var/cache/apk/*