From 3dd10e6764846ad762c7bacd70590ca8b9be3b45 Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 7 Nov 2024 16:22:26 +0100 Subject: [PATCH] revert git clone Signed-off-by: Simon L. --- Containers/mastercontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index b0ec438b483..1ba92044c2c 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -64,7 +64,7 @@ RUN set -ex; \ wget https://getcomposer.org/installer -O - | php -- --install-dir=/usr/local/bin --filename=composer; \ chmod +x /usr/local/bin/composer; \ cd /var/www/docker-aio; \ - git clone https://github.com/timdiels/nextcloud-aio.git --depth 1 --branch feature/remote-borg-backup3 .; \ + git clone https://github.com/nextcloud-releases/all-in-one.git --depth 1 .; \ find ./ -maxdepth 1 -mindepth 1 -not -path ./php -not -path ./community-containers -exec rm -r {} \; ; \ chown www-data:www-data -R /var/www/docker-aio; \ cd php; \