Update entrypoint.sh
This commit is contained in:
parent
681336b7ae
commit
ac8fd363b0
|
@ -19,7 +19,7 @@ WORKDIR=${SRCDIR:-/src}
|
||||||
|
|
||||||
SPEC_FILE="${SRCDIR}/${4}"
|
SPEC_FILE="${SRCDIR}/${4}"
|
||||||
|
|
||||||
pip install --upgrade pip wheel setuptools
|
python -m pip install --upgrade pip wheel setuptools
|
||||||
|
|
||||||
#
|
#
|
||||||
# In case the user specified a custom URL for PYPI, then use
|
# In case the user specified a custom URL for PYPI, then use
|
||||||
|
|
Loading…
Reference in New Issue