Update 00-aaa_dockerfile_backup.sh

This commit is contained in:
Alexandre
2021-12-10 06:38:42 +01:00
committed by GitHub
parent 24e5225953
commit 8e23084f9b

View File

@@ -7,6 +7,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
# Install apps #
################
PACKAGES="${PACKAGES:="curl"}"
PACKAGES="curl jq wget gcompat@community"
apt-get clean \
&& apt-get update \
@@ -16,7 +17,7 @@ if [ ! -f "/usr/bin/bashio" ]; then
###################
# Install bashio #
##################
BASHIO_VERSION=0.14.3
mkdir -p /tmp/bashio
curl -L -f -s "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" |
tar -xzf - --strip 1 -C /tmp/bashio