File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -ex \
31
31
&& make -j$(nproc) \
32
32
&& make install \
33
33
&& 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 \
35
35
&& find /usr/local -depth \
36
36
\( \
37
37
\( -type d -a -name test -o -name tests \) \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN set -ex \
43
43
&& ./configure --enable-shared --enable-unicode=ucs4 \
44
44
&& make -j$(getconf _NPROCESSORS_ONLN) \
45
45
&& 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 \
47
47
&& find /usr/local -depth \
48
48
\( \
49
49
\( -type d -a -name test -o -name tests \) \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -ex \
52
52
&& make -j$(nproc) \
53
53
&& make install \
54
54
&& 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 \
56
56
&& find /usr/local -depth \
57
57
\( \
58
58
\( -type d -a -name test -o -name tests \) \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -ex \
31
31
&& make -j$(nproc) \
32
32
&& make install \
33
33
&& 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 \
35
35
&& find /usr/local -depth \
36
36
\( \
37
37
\( -type d -a -name test -o -name tests \) \
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ RUN set -ex \
31
31
&& make -j$(nproc) \
32
32
&& make install \
33
33
&& 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 \
35
35
&& find /usr/local -depth \
36
36
\( \
37
37
\( -type d -a -name test -o -name tests \) \
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ RUN set -ex \
43
43
&& ./configure --enable-shared --enable-unicode=ucs4 \
44
44
&& make -j$(getconf _NPROCESSORS_ONLN) \
45
45
&& 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 \
47
47
&& find /usr/local -depth \
48
48
\( \
49
49
\( -type d -a -name test -o -name tests \) \
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ RUN set -ex \
52
52
&& make -j$(nproc) \
53
53
&& make install \
54
54
&& 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 \
56
56
&& find /usr/local -depth \
57
57
\( \
58
58
\( -type d -a -name test -o -name tests \) \
You can’t perform that action at this time.
0 commit comments