diff --git a/Dockerfile b/Dockerfile index 8e71c90fa..8eb10a6e0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ freetype-dev # clone the repo && Install pre-reqs for pyjq COPY . /opt/cloudmapper -RUN pip install pipenv && pipenv --two && pipenv install +RUN pip install pipenv && pipenv --two && PIP_NO_BUILD_ISOLATION=false pipenv install RUN chmod +x entrypoint.sh && touch config.json