From bf61c20408ad8cdafe340e028c134ff22fb84968 Mon Sep 17 00:00:00 2001 From: bfayers Date: Sat, 5 Jan 2019 00:19:42 +0000 Subject: [PATCH] remove commented apt installs for ffmpeg --- Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index c27ab55196..132e1d5cd8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,10 +11,6 @@ FROM microsoft/dotnet:${DOTNET_VERSION}-runtime COPY --from=builder /jellyfin /jellyfin EXPOSE 8096 -#RUN apt update \ -# && apt install -y ffmpeg -#Use a ffmpeg 4.0.3 build for now, until we have our own (fixes chromecasts and androidtv app) - VOLUME /config /media RUN apt update