Skip to content

Commit

Permalink
Explain pipenv installation
Browse files Browse the repository at this point in the history
  • Loading branch information
maarcingebala committed Oct 3, 2018
1 parent 9de16f9 commit d471b83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ RUN \
rm -rf /var/lib/apt/lists/*

# Install Python dependencies
# Pipenv is installed with curl to avoid using pip in "user scheme" mode. See:
# https://pipenv.readthedocs.io/en/latest/install/#crude-installation-of-pipenv
RUN curl https://raw.githubusercontent.com/kennethreitz/pipenv/master/get-pipenv.py | python
ADD Pipfile.lock /app/
RUN pipenv install --system --deploy
Expand Down

0 comments on commit d471b83

Please sign in to comment.