diff --git a/Dockerfile b/Dockerfile index 098ebb3..fd87c2c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \