Fix bashio installation in Dockerfile - v1.1.2
This commit is contained in:
parent
f743681a08
commit
a93d284479
2 changed files with 6 additions and 4 deletions
|
@ -1,9 +1,11 @@
|
||||||
# Use the official Home Assistant add-on base image
|
# Use the official Home Assistant add-on base image
|
||||||
FROM ghcr.io/hassio-addons/base:14.0.0
|
FROM ghcr.io/hassio-addons/base:14.0.0
|
||||||
|
|
||||||
# Install bashio (required for reading Home Assistant options)
|
# Install dependencies
|
||||||
RUN apk add --no-cache bash curl jq \
|
RUN apk add --no-cache bash curl jq
|
||||||
&& curl -fsSL https://raw.githubusercontent.com/hassio-addons/bashio/master/install.sh | bashio
|
|
||||||
|
# Install bashio correctly
|
||||||
|
RUN curl -fsSL https://raw.githubusercontent.com/hassio-addons/bashio/master/install.sh | bash
|
||||||
|
|
||||||
# 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.1"
|
version: "1.1.2"
|
||||||
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