From ea54e5f7063fc82299b59817bc6d3c25ac6747ee Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 18 Dec 2025 15:09:51 +0100 Subject: [PATCH] Comment out bashio installation in Dockerfile Comment out bashio installation steps in Dockerfile --- netalertx/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index 738d08e85..538a635fe 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -34,9 +34,9 @@ COPY --chown=102:102 rootfs/ / RUN BASHIO_VERSION="0.14.3" && \ 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 && \ - mv /tmp/bashio/lib /usr/lib/bashio && \ - ln -s /usr/lib/bashio/bashio /usr/bin/bashio && \ - rm -rf /tmp/bashio && \ + #mv /tmp/bashio/lib /usr/lib/bashio && \ + #ln -s /usr/lib/bashio/bashio /usr/bin/bashio && \ + #rm -rf /tmp/bashio && \ \ # Install packages apk add jq