Skip to content
This repository was archived by the owner on Nov 30, 2023. It is now read-only.

Commit ac5cb52

Browse files
authored
Resolve #1170
1 parent 9541467 commit ac5cb52

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

script-library/docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ else
200200
export PIP_CACHE_DIR=/tmp/pip-tmp/cache
201201
pipx_bin=pipx
202202
if ! type pipx > /dev/null 2>&1; then
203-
pip3 install --disable-pip-version-check --no-warn-script-location --no-cache-dir --user pipx
203+
pip3 install --disable-pip-version-check --no-cache-dir --user pipx
204204
pipx_bin=/tmp/pip-tmp/bin/pipx
205205
fi
206206
${pipx_bin} install --system-site-packages --pip-args '--no-cache-dir --force-reinstall' docker-compose

script-library/docker-in-docker-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ else
212212
export PIP_CACHE_DIR=/tmp/pip-tmp/cache
213213
pipx_bin=pipx
214214
if ! type pipx > /dev/null 2>&1; then
215-
pip3 install --disable-pip-version-check --no-warn-script-location --no-cache-dir --user pipx
215+
pip3 install --disable-pip-version-check --no-cache-dir --user pipx
216216
pipx_bin=/tmp/pip-tmp/bin/pipx
217217
fi
218218
${pipx_bin} install --system-site-packages --pip-args '--no-cache-dir --force-reinstall' docker-compose

script-library/python-debian.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export PYTHONUSERBASE=/tmp/pip-tmp
333333
export PIP_CACHE_DIR=/tmp/pip-tmp/cache
334334
pipx_path=""
335335
if ! type pipx > /dev/null 2>&1; then
336-
pip3 install --disable-pip-version-check --no-warn-script-location --no-cache-dir --user pipx
336+
pip3 install --disable-pip-version-check --no-cache-dir --user pipx 2>&1
337337
/tmp/pip-tmp/bin/pipx install --pip-args=--no-cache-dir pipx
338338
pipx_path="/tmp/pip-tmp/bin/"
339339
fi

0 commit comments

Comments
 (0)