remove drivers

This commit is contained in:
Alexandre
2022-01-15 20:45:37 +01:00
committed by GitHub
parent f996646d20
commit ceb106b22a

View File

@@ -30,9 +30,6 @@ RUN \
&& sed -i "s|/config|/config/addons_config/jellyfin|g" /etc/cont-init.d/10-adduser \
&& 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 gst-omx || true
##################
# 3 Install apps #
##################