Update Dockerfile

This commit is contained in:
Alexandre
2022-01-08 17:00:12 +01:00
committed by GitHub
parent bc46d94ce7
commit a7cc57d11b

View File

@@ -30,6 +30,9 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
#&& sed -i 's|/config|/share/webtop-alpine|g' /etc/cont-init.d/* \
&& sed -i 's|/config|/share/webtop-alpine|g' /etc/services.d/web/run
# Graphic drivers for rpi4
RUN apt-get update && apt-get dist-upgrade && apt-get install -yqq libgles2-mesa libgles2-mesa-dev xorg-dev || true
##################
# 3 Install apps #
##################