From 738044dc18cdae3a64108ad113d3b73a331073c4 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 15 Jan 2022 08:56:54 +0100 Subject: [PATCH] Update Dockerfile --- jellyfin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 #