diff --git a/Dockerfile b/Dockerfile
index b69ae83ceca15f769329ea5ed52c005264c49b97..3c04ff2a8eb59576a72ff567da24e0f2806caf5b 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
diff --git a/setup.py b/setup.py
index d12d9522eaf024026796715bb34c26d83706e7df..b58a7b3b617f13570d6549286093a6761a6b01af 100644
--- a/setup.py
+++ b/setup.py
@@ -2,7 +2,7 @@ from setuptools import find_packages, setup
 
 setup(
     name="goat-lso",
-    version="0.5",
+    version="0.6",
     author="GÉANT Orchestration & Automation Team",
     author_email="goat@geant.org",
     description="Lightweight Service Orchestrator",