Update Dockerfile

This commit is contained in:
Alexandre
2021-09-20 19:37:34 +02:00
committed by GitHub
parent 274ea26806
commit 590be2cae8

View File

@@ -10,7 +10,7 @@ RUN \
################
# Install apps #
################
apt-get update && apt-get install -y jq curl bash && apt-get clean || apk add --no-cache jq curl bash \
apt-get update && apt-get install -y jq curl bash nginx && apt-get clean || apk add --no-cache jq curl bash nginx \
\
##################
# Install bashio #