Update Dockerfile

This commit is contained in:
Alexandre
2022-01-15 08:56:54 +01:00
committed by GitHub
parent a522efbdd1
commit 738044dc18

View File

@@ -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 #