diff --git a/nextcloud/root/etc/cont-init.d/00-.sh b/nextcloud/root/etc/cont-init.d/00-.sh index acc792a80..784b3da79 100644 --- a/nextcloud/root/etc/cont-init.d/00-.sh +++ b/nextcloud/root/etc/cont-init.d/00-.sh @@ -14,14 +14,14 @@ if [ ! -f "/usr/bin/bashio" ]; then keyutils \ smbclient \ samba || - apk update && + ( apk update && apk add --no-cache \ jq \ curl \ cifs-utils \ keyutils \ samba-client \ - samba + samba ) ################### # Install bashio #