Update Dockerfile

This commit is contained in:
Alexandre
2022-05-12 09:08:22 +02:00
committed by GitHub
parent d44a1a746f
commit 8780eb571a

View File

@@ -60,7 +60,8 @@ ENV PACKAGES="jq \
curl \
cifs-utils \
keyutils \
coreutils"
coreutils\
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 \