fix: update default pip to new url

This commit is contained in:
2021-12-10 14:55:50 +00:00
committed by Blair Vanderlugt
parent 4b87a40cc2
commit efb1967f46
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