Skip to content

Commit

Permalink
Add PIP_NO_BUILD_ISOLATION=false to Dockerfile
Browse files Browse the repository at this point in the history
`docker-compose build` occurs a known installation error of `pandas`.
refs. pandas-dev/pandas#20775
  • Loading branch information
blooper05 committed Jun 20, 2018
1 parent 4a09e0c commit 983bc48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 983bc48

Please sign in to comment.