Add pypi mirror

This commit is contained in:
Fizban
2020-06-03 09:58:23 +10:00
parent eb09f72a9c
commit a118eb0da4
3 changed files with 22 additions and 0 deletions

View File

@@ -11,6 +11,10 @@ set -e
# and don't allow that much flexibility to mount volumes
SRCDIR=$1
PYPI_URL = $2
PYPI_INDEX_URL = $3
WORKDIR=${SRCDIR:-/src}
#