diff --git a/newt/Dockerfile b/newt/Dockerfile index d8c3bcd..d74e407 100644 --- a/newt/Dockerfile +++ b/newt/Dockerfile @@ -1,9 +1,11 @@ # Use the official Home Assistant add-on base image FROM ghcr.io/hassio-addons/base:14.0.0 -# Install bashio (required for reading Home Assistant options) -RUN apk add --no-cache bash curl jq \ - && curl -fsSL https://raw.githubusercontent.com/hassio-addons/bashio/master/install.sh | bashio +# Install dependencies +RUN apk add --no-cache bash curl jq + +# Install bashio correctly +RUN curl -fsSL https://raw.githubusercontent.com/hassio-addons/bashio/master/install.sh | bash # Copy the script into the container COPY run.sh /run.sh diff --git a/newt/config.yaml b/newt/config.yaml index a131889..25be60d 100644 --- a/newt/config.yaml +++ b/newt/config.yaml @@ -1,5 +1,5 @@ name: "Newt Add-on" -version: "1.1.1" +version: "1.1.2" slug: "newt" description: "Runs the Newt container inside Home Assistant using Supervisor API" arch: