From 489a4ac6a4abc08c2cedee2bc2e233d309d21f0c Mon Sep 17 00:00:00 2001 From: Gyurix Date: Tue, 11 Feb 2025 13:21:12 +0100 Subject: [PATCH] replaced git clone to http --- Dockerfile | 2 +- scripts/scheduler/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ec19f6f..025dffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ FROM alpine:latest # COPY --from=redis-source /usr/src/redis/src/redis-cli /usr/bin/redis-cli # RUN chmod +x /usr/bin/redis-cli -RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git openssh-client coreutils inotify-tools acl +RUN apk add --update --no-cache docker-cli wget curl dos2unix jq openssl git coreutils inotify-tools acl COPY scripts/scheduler/*.sh /scripts/ RUN find ./scripts -name "*.sh" | xargs dos2unix diff --git a/scripts/scheduler/entrypoint.sh b/scripts/scheduler/entrypoint.sh index f3bd5f4..53af729 100644 --- a/scripts/scheduler/entrypoint.sh +++ b/scripts/scheduler/entrypoint.sh @@ -304,7 +304,7 @@ create_repositories_json() { { echo ' { - "repositories": [ "git@git.format.hu:format/default-applications-tree.git" ] + "repositories": [ "https://git.format.hu:format/default-applications-tree.git" ] } ' } | jq -r . >/etc/user/config/repositories.json