test ingress

This commit is contained in:
Alexandre
2023-02-03 16:35:34 +01:00
parent 87462bde2b
commit 65149c01bb
13 changed files with 241 additions and 3 deletions

View File

@@ -80,7 +80,7 @@ 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
# hadolint ignore=SC2015