mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-03 06:14:07 +02:00
Fix Dockerfile syntax for bashio installation
This commit is contained in:
@@ -31,8 +31,7 @@ ENV READ_WRITE_FOLDERS="$READ_WRITE_FOLDERS $NETALERTX_DATA"
|
|||||||
|
|
||||||
# Add rootfs
|
# Add rootfs
|
||||||
COPY rootfs/ /
|
COPY rootfs/ /
|
||||||
RUN # Install bashio
|
RUN BASHIO_VERSION="0.14.3" && \
|
||||||
BASHIO_VERSION="0.14.3" && \
|
|
||||||
mkdir -p /tmp/bashio && \
|
mkdir -p /tmp/bashio && \
|
||||||
curl -f -L -s -S "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar -xzf - --strip 1 -C /tmp/bashio && \
|
curl -f -L -s -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 && \
|
mv /tmp/bashio/lib /usr/lib/bashio && \
|
||||||
|
|||||||
Reference in New Issue
Block a user