Fix bashio installation - v1.1.3
This commit is contained in:
parent
a93d284479
commit
37d46c97a8
2 changed files with 6 additions and 3 deletions
|
@ -4,8 +4,11 @@ FROM ghcr.io/hassio-addons/base:14.0.0
|
||||||
# Install dependencies
|
# Install dependencies
|
||||||
RUN apk add --no-cache bash curl jq
|
RUN apk add --no-cache bash curl jq
|
||||||
|
|
||||||
# Install bashio correctly
|
# Manually download and install bashio
|
||||||
RUN curl -fsSL https://raw.githubusercontent.com/hassio-addons/bashio/master/install.sh | bash
|
RUN mkdir -p /etc/bashio \
|
||||||
|
&& curl -fsSL -o /etc/bashio/bashio.sh https://raw.githubusercontent.com/hassio-addons/bashio/master/bashio.sh \
|
||||||
|
&& chmod +x /etc/bashio/bashio.sh \
|
||||||
|
&& ln -s /etc/bashio/bashio.sh /usr/bin/bashio
|
||||||
|
|
||||||
# Copy the script into the container
|
# Copy the script into the container
|
||||||
COPY run.sh /run.sh
|
COPY run.sh /run.sh
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
name: "Newt Add-on"
|
name: "Newt Add-on"
|
||||||
version: "1.1.2"
|
version: "1.1.3"
|
||||||
slug: "newt"
|
slug: "newt"
|
||||||
description: "Runs the Newt container inside Home Assistant using Supervisor API"
|
description: "Runs the Newt container inside Home Assistant using Supervisor API"
|
||||||
arch:
|
arch:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue