From afadbaf72347789ec742c3356a384af5a4da335f Mon Sep 17 00:00:00 2001 From: Neda Moeini <neda.moeini@geant.org> Date: Thu, 7 Dec 2023 12:33:06 +0000 Subject: [PATCH] Removed build-isolation option from pip command. --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index b3838e1..b69ae83 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,8 +14,7 @@ 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 \ - goat-lso==${ARTIFACT_VERSION} \ - --no-isolation + goat-lso==${ARTIFACT_VERSION} RUN ansible-galaxy install \ -r ansible-galaxy-requirements.yaml \ -p /app/gap/ansible -- GitLab