Skip to content
Snippets Groups Projects
Commit 39fd2211 authored by Simone Spinelli's avatar Simone Spinelli
Browse files

Update Dockerfile: try to use IP address

parent 4c34e620
No related branches found
No related tags found
No related merge requests found
Pipeline #84951 failed
......@@ -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 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment