From 05a050d31d4a2c6fb45292757c695ab6c877f2df Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Tue, 19 Dec 2023 09:25:48 +0100 Subject: [PATCH] Change artifactory URL in Dockerfile and use IP. --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8a49076a..5be8cb54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,8 @@ RUN apk add --no-cache gcc libc-dev libffi-dev curl vim && \ RUN pip install \ --pre \ - --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \ + --trusted-host 150.254.211.2 \ + --extra-index-url https://150.254.211.2/artifactory/api/pypi/geant-swd-pypi/simple \ --target /app \ geant-service-orchestrator==${ARTIFACT_VERSION} -- GitLab