diff options
| author | bfayers <bfayers@users.noreply.github.com> | 2019-01-05 00:19:42 +0000 |
|---|---|---|
| committer | bfayers <bfayers@users.noreply.github.com> | 2019-01-05 00:19:42 +0000 |
| commit | bf61c20408ad8cdafe340e028c134ff22fb84968 (patch) | |
| tree | 23853251429d3705244a154e437d8fa4e90d7091 | |
| parent | 2961dc0bdddaa06525b2d57b7ab1a7f1aac9a214 (diff) | |
remove commented apt installs for ffmpeg
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Dockerfile b/Dockerfile index c27ab5519..132e1d5cd 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 |
