This commit is contained in:
Alexandre
2022-09-21 17:18:26 +02:00
parent 4c559f16f9
commit 7c57b05b0f
66 changed files with 67 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ ENV PACKAGES="curl \
build-base libressl-dev ca-certificates npm"
# Automatic apps & bashio
# hadolint ignore=SC2015
RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends bash || apk add --no-cache bash) >/dev/null; fi \
&& if ! command -v curl >/dev/null 2>/dev/null; then (apt-get update && apt-get install -yqq --no-install-recommends curl || apk add --no-cache curl) >/dev/null; fi \
&& curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/automatic_packages.sh" --output /automatic_packages.sh \