diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 881bd57a2..0b86c63f4 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -77,7 +77,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get && chmod -R 755 /etc/cont-init.d # Manual apps -ENV PACKAGES="nginx intel-media-va-driver-non-free" +ENV PACKAGES="nginx" # Automatic apps & bashio # hadolint ignore=SC2015