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

@@ -8,7 +8,7 @@ RUN apt-get install libffi-dev -y
COPY requirements.txt .
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"
RUN --mount=type=cache,mode=0755,target=/root/.cache/pip \