diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index 131f1f591..26f0606f8 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -30,7 +30,7 @@ ENV S6_CMD_WAIT_FOR_SERVICES=0 \ RUN \ apt-get update \ - apt-get -yqq intel-media-va-driver-non-free + && apt-get -yqq intel-media-va-driver-non-free # Global LSIO modifications ARG CONFIGLOCATION="/config"