aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.arm64
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.arm64')
-rw-r--r--Dockerfile.arm644
1 files changed, 2 insertions, 2 deletions
diff --git a/Dockerfile.arm64 b/Dockerfile.arm64
index d3103d389..f4658a055 100644
--- a/Dockerfile.arm64
+++ b/Dockerfile.arm64
@@ -26,6 +26,7 @@ FROM microsoft/dotnet:${DOTNET_VERSION}-runtime-stretch-slim-arm64v8
COPY --from=qemu_extract qemu-aarch64-static /usr/bin
RUN apt-get update \
&& apt-get install --no-install-recommends --no-install-suggests -y ffmpeg \
+ && rm -rf /var/lib/apt/lists/* \
&& mkdir -p /cache /config /media \
&& chmod 777 /cache /config /media
COPY --from=builder /jellyfin /jellyfin
@@ -40,5 +41,4 @@ VOLUME /cache /config /media
ENTRYPOINT dotnet /jellyfin/jellyfin.dll \
--datadir /config \
--cachedir /cache \
- --ffmpeg /usr/bin/ffmpeg \
- --ffprobe /usr/bin/ffprobe
+ --ffmpeg /usr/bin/ffmpeg