Update Dockerfile

This commit is contained in:
Alexandre
2022-11-26 23:12:39 +01:00
committed by GitHub
parent 31c71552f1
commit a297362b4d

View File

@@ -77,7 +77,7 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
&& chmod -R 755 /etc/cont-init.d
# Manual apps
ENV PACKAGES="nginx intel-media-va-driver-non-free"
ENV PACKAGES="nginx"
# Automatic apps & bashio
# hadolint ignore=SC2015