Bladeren bron

remove commented apt installs for ffmpeg

bfayers 6 jaren geleden
bovenliggende
commit
bf61c20408
1 gewijzigde bestanden met toevoegingen van 0 en 4 verwijderingen
  1. 0 4
      Dockerfile

+ 0 - 4
Dockerfile

@@ -11,10 +11,6 @@ FROM microsoft/dotnet:${DOTNET_VERSION}-runtime
 COPY --from=builder /jellyfin /jellyfin
 COPY --from=builder /jellyfin /jellyfin
 EXPOSE 8096
 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
 VOLUME /config /media
 
 
 RUN apt update
 RUN apt update