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