Update Dockerfile

This commit is contained in:
Alexandre
2021-08-09 14:42:34 +02:00
committed by GitHub
parent a46553e051
commit 8a844f2167

View File

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