From 1632e14380fc59ea0412e1e1136d1bb4e89cc62f Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Wed, 6 Nov 2024 15:03:17 +0100 Subject: [PATCH] nextcloud: remove chpasswd Signed-off-by: Simon L. --- Containers/nextcloud/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Containers/nextcloud/Dockerfile b/Containers/nextcloud/Dockerfile index 2c13d354..f5ebe94b 100644 --- a/Containers/nextcloud/Dockerfile +++ b/Containers/nextcloud/Dockerfile @@ -256,10 +256,7 @@ RUN set -ex; \ \ mkdir -p /nc-updater; \ chown -R www-data:www-data /nc-updater; \ - chmod -R 770 /nc-updater; \ - \ -# Give root a random password - echo "root:$(openssl rand -base64 12)" | chpasswd + chmod -R 770 /nc-updater # hadolint ignore=DL3002 USER root