replaced git clone to http

This commit is contained in:
2025-02-11 13:21:12 +01:00
parent 96202ef095
commit 489a4ac6a4
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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