Update Dockerfile

This commit is contained in:
Alexandre
2022-02-04 22:56:50 +01:00
committed by GitHub
parent 425110b794
commit 508f5d6605

View File

@@ -54,7 +54,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& chmod -R 755 /etc/cont-init.d || printf '%s\n' "${MODULES}" >/MODULESFILE
# Manual apps
ENV PACKAGES="engrampa ksystemstats mesa-dri-vc4 mesa-dri-swrast mesa-gbm xf86-video-fbdev"
ENV PACKAGES="engrampa mesa-dri-vc4 mesa-dri-swrast mesa-gbm xf86-video-fbdev"
# Automatic apps & bashio
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \