From 4950731c99283037c06b4a704abd25fa87dbc93d Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 8 Nov 2021 17:53:19 +0100 Subject: [PATCH] Update 00-.sh --- nextcloud/root/etc/cont-init.d/00-.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 #