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

@@ -3,7 +3,11 @@ ARG BUILD_VERSION
FROM ${BUILD_FROM}
ARG BASHIO_VERSION=0.13.1
RUN curl -J -L -o /tmp/bashio.tar.gz \
RUN \
##################
# Install bashio #
##################
curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \
&& mkdir /tmp/bashio \
&& tar zxvf \