This commit is contained in:
Alexandre
2021-10-30 18:06:20 +02:00
parent 4910540c23
commit ed40f150c6

View File

@@ -7,10 +7,12 @@ USER root
COPY rootfs /
RUN \
apt-get update \
&& apt-get install git \
###################
# Install bashio #
##################
mkdir -p /tmp/bashio \
&& mkdir -p /tmp/bashio \
&& curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" \
| tar -xzf - --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \