diff --git a/Containers/mastercontainer/Dockerfile b/Containers/mastercontainer/Dockerfile index 9f1447f8..df3129a1 100644 --- a/Containers/mastercontainer/Dockerfile +++ b/Containers/mastercontainer/Dockerfile @@ -29,7 +29,7 @@ RUN curl "https://caddyserver.com/api/download?os=linux&arch=amd64" -o "/usr/bin && /usr/bin/caddy version RUN cd /var/www/docker-aio; \ - git clone git@github.com:nextcloud/all-in-one.git .; \ + git clone https://github.com/nextcloud/all-in-one.git .; \ chown -R www-data:www-data ./; \ chmod 770 -R ./