Skip to content

Commit

Permalink
lock pipenv version as workaround for pypa/pipenv#4273
Browse files Browse the repository at this point in the history
  • Loading branch information
harveyrendell committed Jul 23, 2020
1 parent a4cdded commit fd38eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && \
libfreetype6-dev \
libc6 \
gcc
RUN pip install pipenv
RUN pip install 'pipenv==2018.11.26'

# Install from wheel on arm processors to avoid building from source
RUN if [ $(uname -m) = armv7l ]; then \
Expand Down

0 comments on commit fd38eb4

Please sign in to comment.