Skip to content

Commit 8726813

Browse files
kane-ctianon
authored andcommitted
Prevent two versions of pip
1 parent 9cd676b commit 8726813

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

3.4/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -ex \
3131
&& make -j$(nproc) \
3232
&& make install \
3333
&& ldconfig \
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 \) \

3.4/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -ex \
4343
&& ./configure --enable-shared --enable-unicode=ucs4 \
4444
&& make -j$(getconf _NPROCESSORS_ONLN) \
4545
&& make install \
46-
&& pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \
46+
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
4747
&& find /usr/local -depth \
4848
\( \
4949
\( -type d -a -name test -o -name tests \) \

3.4/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN set -ex \
5252
&& make -j$(nproc) \
5353
&& make install \
5454
&& ldconfig \
55-
&& pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \
55+
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
5656
&& find /usr/local -depth \
5757
\( \
5858
\( -type d -a -name test -o -name tests \) \

3.4/wheezy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN set -ex \
3131
&& make -j$(nproc) \
3232
&& make install \
3333
&& ldconfig \
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 \) \

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
&& make -j$(nproc) \
3232
&& make install \
3333
&& ldconfig \
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 \) \

3.5/alpine/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ RUN set -ex \
4343
&& ./configure --enable-shared --enable-unicode=ucs4 \
4444
&& make -j$(getconf _NPROCESSORS_ONLN) \
4545
&& make install \
46-
&& pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \
46+
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
4747
&& find /usr/local -depth \
4848
\( \
4949
\( -type d -a -name test -o -name tests \) \

3.5/slim/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN set -ex \
5252
&& make -j$(nproc) \
5353
&& make install \
5454
&& ldconfig \
55-
&& pip3 install --no-cache-dir --upgrade --ignore-installed pip==$PYTHON_PIP_VERSION \
55+
&& pip3 install --no-cache-dir --upgrade pip==$PYTHON_PIP_VERSION \
5656
&& find /usr/local -depth \
5757
\( \
5858
\( -type d -a -name test -o -name tests \) \

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy