From 8e23084f9bc15530d2a694049b068b9c427fb29f Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 10 Dec 2021 06:38:42 +0100 Subject: [PATCH] Update 00-aaa_dockerfile_backup.sh --- nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh b/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh index 612e26d7e..8f747dacf 100644 --- a/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh +++ b/nextcloud/root/etc/cont-init.d/00-aaa_dockerfile_backup.sh @@ -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