Update Dockerfile

This commit is contained in:
Alexandre
2023-02-12 16:43:07 +01:00
committed by GitHub
parent 5d2b07dbeb
commit 03d1d5cd8c

View File

@@ -79,7 +79,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="curl jq wget"
ENV PACKAGES="gcompat wget"
# Automatic apps & bashio
# hadolint ignore=SC2015