Clean bashio code

This commit is contained in:
Alexandre
2021-10-23 22:45:38 +02:00
parent e3c741d315
commit 3a54fe2b6c
14 changed files with 19 additions and 41 deletions

View File

@@ -11,7 +11,9 @@ ARG BASHIO_VERSION=0.13.1
# Add bashio
RUN \
echo "Install version $BUILD_VERSION on $BUILD_ARCH" \
#Install bashio
##################
# Install bashio #
##################
&& echo "**** Install Bashio ****" \
&& apk add --no-cache \
curl jq \