diff --git a/Dockerfile b/Dockerfile
index 8a49076a23139b93293812449d345afd2228ac4b..5be8cb5440ee78244ae72f0d8df2073660e576f6 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}