Update Dockerfile

This commit is contained in:
Alexandre
2022-11-04 11:34:27 +01:00
committed by GitHub
parent bfa8361f3e
commit 9e02797b9c

View File

@@ -71,7 +71,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="nginx intel-opencl intel-media-va-driver-non-free"
ENV PACKAGES="nginx intel-media-va-driver-non-free"
# Automatic apps & bashio
# hadolint ignore=SC2015