Update Dockerfile

This commit is contained in:
Alexandre
2021-08-09 22:54:00 +02:00
committed by GitHub
parent 3e7ae846a3
commit 3cf5139112

View File

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