Skip to content

Commit

Permalink
Hopefully fix bug with pipenv --> pip interaction
Browse files Browse the repository at this point in the history
pint pip to version 18.0 to avoid this issue pypa/pipenv#2924
  • Loading branch information
ivanistheone committed Oct 5, 2018
1 parent 393eb4b commit f7c4dae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/images/app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ ENV PATH="/node_modules/.bin:$PATH"

COPY Pipfile .
COPY Pipfile.lock .
RUN pip install -U pip pipenv
RUN pip install -U pipenv && pipenv run pip install pip==18.0
RUN pipenv install --system # install packages from Pipfile.lock into system

COPY . /contentcuration/
Expand Down

0 comments on commit f7c4dae

Please sign in to comment.