Skip to content

Commit

Permalink
Dockerfile: Use python module ensurepip
Browse files Browse the repository at this point in the history
Remove dependency on zypper package python3-pip, which
implicitly depends on python3-setuptools and other packages
which will be upgraded later in the build process.

Closes coala#223
  • Loading branch information
jayvdb committed Jul 30, 2017
1 parent 3619602 commit 6277112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ RUN \
python3 \
# Needed for proselint
python3-dbm \
python3-pip \
python3-devel \
R-base \
ruby2.2 \
Expand Down Expand Up @@ -159,6 +158,7 @@ RUN \
xorg-x11-fonts \
xorg-x11-fonts-core \
&& \
python3 -m ensurepip && \
rm -rf \
/usr/lib64/python2.7/doctest.py \
/usr/lib64/python2.7/ensurepip/ \
Expand Down

0 comments on commit 6277112

Please sign in to comment.