Skip to content
This repository was archived by the owner on Mar 28, 2019. It is now read-only.

Commit 864979f

Browse files
committed
Prevent two versions of pip
* docker-library/python#121 8726813
1 parent f9f7ce8 commit 864979f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3.5/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -ex \
3131
&& ./configure --enable-shared --enable-unicode=ucs4 \
3232
&& make -j$(getconf _NPROCESSORS_ONLN) \
3333
&& make install \
34-
&& pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \
34+
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
3535
&& find /usr/local -depth \
3636
\( \
3737
\( -type d -a -name test -o -name tests \) \

0 commit comments

Comments
 (0)