Update Dockerfile

This commit is contained in:
Alexandre
2022-01-11 15:09:50 +01:00
committed by GitHub
parent 141975d754
commit dcfc05f28d

View File

@@ -42,7 +42,7 @@ RUN apt-get update && apt-get dist-upgrade && apt-get install -yqq libgles2-mesa
COPY rootfs/ /
# Manual apps
ENV PACKAGES=""
ENV PACKAGES="snapd"
# 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); fi && \