diff --git a/jellyfin/Dockerfile b/jellyfin/Dockerfile index a6ffebd00..f9557eefd 100644 --- a/jellyfin/Dockerfile +++ b/jellyfin/Dockerfile @@ -31,7 +31,7 @@ RUN \ && sed -i "s|/config|/config/addons_config/jellyfin|g" /etc/cont-init.d/30-config # Graphic drivers for rpi4 -RUN apt-get update && apt-get install -yqq libgles2-mesa libgles2-mesa-dev || true +RUN apt-get update && apt-get install -yqq gst-omx || true ################## # 3 Install apps #