Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

Commit

Permalink
Install old version of pipenv. New one introduces bug with --system
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWall89 committed May 30, 2020
1 parent beb27cb commit 08bc421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,7 +1,7 @@
FROM python:3.6-slim as base
EXPOSE 5000
RUN apt-get update && apt-get install -y build-essential
RUN ["pip3", "install", "pipenv"]
RUN ["pip3", "install", "pipenv==2018.11.26"]
ENV PIPENV_VENV_IN_PROJECT 1
WORKDIR /usr/src/app
# copy only pipfiles to install dependencies
Expand Down

0 comments on commit 08bc421

Please sign in to comment.