From 8d843ecc72d067835f546c222ccf4f2fe0591cb7 Mon Sep 17 00:00:00 2001
From: Neda Moeini <neda.moeini@geant.org>
Date: Thu, 7 Dec 2023 12:14:14 +0000
Subject: [PATCH] Added no-build-isolation option to fix the build issue.

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

diff --git a/Dockerfile b/Dockerfile
index b69ae83..3c04ff2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,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 \
-        goat-lso==${ARTIFACT_VERSION}
+        goat-lso==${ARTIFACT_VERSION} \
+        --no-build-isolation
 RUN ansible-galaxy install \
                    -r ansible-galaxy-requirements.yaml \
                    -p /app/gap/ansible
-- 
GitLab