This commit is contained in:
Alexandre
2022-01-20 21:08:38 +01:00
parent 2116a4879c
commit e09a7359c2
9 changed files with 11 additions and 1 deletions

View File

@@ -33,7 +33,8 @@ RUN sed -i 's/bash/bashio/g' /etc/cont-init.d/10-adduser \
&& usermod --home /share/webtop abc
# Graphic drivers for rpi4
RUN apt-get update && apt-get dist-upgrade && apt-get install -yqq libgles2-mesa libgles2-mesa-dev xorg-dev || true
# hadolint ignore=SC2015
RUN apt-get update && apt-get install -yqq --no-install-recommends libgles2-mesa libgles2-mesa-dev xorg-dev || true
##################
# 3 Install apps #