Merge branch 'sohail/pip-url-fix' into 'master'

fix: update default pip to new url

Closes #171

See merge request grassrootseconomics/cic-internal-integration!316
This commit is contained in:
2021-12-10 14:55:50 +00:00
14 changed files with 67 additions and 86 deletions

View File

@@ -19,7 +19,7 @@ COPY requirements.txt .
#RUN apt-get install libffi-dev
ARG pip_index_url=https://pypi.org/simple
ARG EXTRA_PIP_INDEX_URL="https://pip.grassrootseconomics.net:8433"
ARG EXTRA_PIP_INDEX_URL="https://pip.grassrootseconomics.net"
ARG EXTRA_PIP_ARGS=""
ARG PIP_INDEX_URL="https://pypi.org/simple"
ARG pip_trusted_host=pypi.org