Ingress addition

https://github.com/alexbelgium/hassio-addons/issues/407
This commit is contained in:
Alexandre
2022-08-03 18:00:17 +02:00
parent 7a94721e6a
commit c88da8f4a7
15 changed files with 262 additions and 4 deletions

View File

@@ -62,7 +62,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=""
ENV PACKAGES="nginx"
# Automatic apps & bashio
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 \