From 39fd22115026e583f65d196284cc178310b315d8 Mon Sep 17 00:00:00 2001
From: Simone Spinelli <simone.spinelli@geant.org>
Date: Thu, 7 Dec 2023 13:43:07 +0000
Subject: [PATCH] Update Dockerfile: try to use IP address

---
 Dockerfile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index b69ae83..e3be08d 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,7 +13,8 @@ RUN mkdir -p /app/gap/ansible /etc/ansible && \
 
 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 \
         goat-lso==${ARTIFACT_VERSION}
 RUN ansible-galaxy install \
                    -r ansible-galaxy-requirements.yaml \
-- 
GitLab