Update Dockerfile

This commit is contained in:
Alexandre
2023-05-05 17:58:28 +02:00
committed by GitHub
parent 8364ad7f12
commit 3a9fdeab06

View File

@@ -87,7 +87,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="libnss3 libxtst6"
ENV PACKAGES="libnss3 libxtst6 libxrandr2"
# Automatic apps & bashio
# hadolint ignore=SC2015