This commit is contained in:
Alexandre
2022-01-20 21:22:10 +01:00
parent 73a4d2b5ff
commit b6f19713bb
6 changed files with 7 additions and 6 deletions

View File

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