Skip to content

Commit

Permalink
Merge pull request #2030 from uwcirg/bug/no-pip-upgrade
Browse files Browse the repository at this point in the history
Don't upgrade system-installed version of pip
  • Loading branch information
ivan-c authored Apr 16, 2018
2 parents 43c7c4d + 618e624 commit 0b1788a
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 0b1788a

Please sign in to comment.