jellyfin: remove comment

This commit is contained in:
Starbeamrainbowlabs 2020-10-17 19:41:10 +01:00
parent d4710b4f40
commit 448b02b824
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ COPY --from=builder /jellyfin.asc /etc/apt/trusted.gpg.d/jellyfin.asc
RUN echo "deb [arch=$( dpkg --print-architecture )] http://repo.jellyfin.org/$( awk -F'=' '/^ID=/{ print $NF }' /etc/os-release ) $( awk -F'=' '/^VERSION_CODENAME=/{ print $NF }' /etc/os-release ) main" >/etc/apt/sources.list.d/jellyfin.list \
&& install_packages ca-certificates mesa-va-drivers jellyfin jellyfin-ffmpeg openssl
# libraspberrypi0 = required by jellyfin-ffmpeg, apparently because of libmmal_core.so
# Might need to install 'locales' too, since it does that & configures it in the official Dockerfile
ENV DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1