From 493e9fe13ebbd68b48939be65351bd94553a5798 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Thu, 7 Dec 2023 12:25:24 +0000
Subject: [PATCH] Fixed no-isolation to pip install goat-lso

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

diff --git a/Dockerfile b/Dockerfile
index 3c04ff2..b3838e1 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -15,7 +15,7 @@ RUN pip install \
         --pre \
         --extra-index-url https://artifactory.software.geant.org/artifactory/api/pypi/geant-swd-pypi/simple \
         goat-lso==${ARTIFACT_VERSION} \
-        --no-build-isolation
+        --no-isolation
 RUN ansible-galaxy install \
                    -r ansible-galaxy-requirements.yaml \
                    -p /app/gap/ansible
-- 
GitLab