Skip to content

Commit

Permalink
Don't upgrade system-installed version of pip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-c committed Apr 16, 2018
1 parent 43c7c4d commit 618e624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ ENV \
ARTIFACT_DIR="${ARTIFACT_DIR:-/tmp/artifacts}"

RUN \
pip install --upgrade pip setuptools && \
pip install --upgrade setuptools && \
pip install wheel && \
pip install make-deb && \
mkdir --parents "${ARTIFACT_DIR}"
Expand Down

0 comments on commit 618e624

Please sign in to comment.