mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-22 07:16:06 +02:00
Comment out bashio installation in Dockerfile
Comment out bashio installation steps in Dockerfile
This commit is contained in:
@@ -34,9 +34,9 @@ COPY --chown=102:102 rootfs/ /
|
|||||||
RUN BASHIO_VERSION="0.14.3" && \
|
RUN 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 && \
|
||||||
ln -s /usr/lib/bashio/bashio /usr/bin/bashio && \
|
#ln -s /usr/lib/bashio/bashio /usr/bin/bashio && \
|
||||||
rm -rf /tmp/bashio && \
|
#rm -rf /tmp/bashio && \
|
||||||
\
|
\
|
||||||
# Install packages
|
# Install packages
|
||||||
apk add jq
|
apk add jq
|
||||||
|
|||||||
Reference in New Issue
Block a user