Update Dockerfile

This commit is contained in:
Alexandre
2021-11-13 16:38:46 +01:00
committed by GitHub
parent 954d00d00c
commit 9b0956a332

View File

@@ -11,9 +11,7 @@ RUN \
# Install apps # # Install apps #
################ ################
apt-get update \ apt-get update \
&& apt-get install -y --no-install-recommends \ && apt-get install -y --no-install-recommends jq git \
jq \
git \
\ \
################### ###################
# Install bashio # # Install bashio #