This commit is contained in:
Alexandre
2023-05-02 12:06:35 +02:00
parent dfae8b02a4
commit a0da9ef762
2 changed files with 2 additions and 3 deletions

View File

@@ -58,8 +58,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="jq \
curl"
ENV PACKAGES="procps"
# Automatic apps & bashio
# hadolint ignore=SC2015