Ingress addition

This commit is contained in:
Alexandre
2022-05-20 15:16:33 +02:00
parent f27adf81b5
commit 1aa3137392
16 changed files with 255 additions and 11 deletions

View File

@@ -67,7 +67,8 @@ RUN if ! command -v bash >/dev/null 2>/dev/null; then (apt-get update && apt-get
ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils"
keyutils\
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 \