Skip to content

Commit

Permalink
Pin pipenv version to work around #11
Browse files Browse the repository at this point in the history
  • Loading branch information
benjefferies committed May 28, 2020
1 parent fda5b7b commit 9c68150
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -6,7 +6,7 @@ ENV PYTHONUSERBASE $PYROOT

FROM base AS builder

RUN pip install pipenv && \
RUN pip install 'pipenv==2018.11.26' && \
apt-get update -y && \
apt-get install -y git

Expand Down

0 comments on commit 9c68150

Please sign in to comment.