From 6a86238cb63d5eb1dd5e094b87912c4c8f92ec9e Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Mon, 5 Jul 2021 20:19:12 +0000 Subject: [PATCH] Update apps/cic-eth/docker/Dockerfile --- apps/cic-eth/docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/cic-eth/docker/Dockerfile b/apps/cic-eth/docker/Dockerfile index 5f7447f2..771683b1 100644 --- a/apps/cic-eth/docker/Dockerfile +++ b/apps/cic-eth/docker/Dockerfile @@ -34,7 +34,7 @@ COPY --from=compile /usr/local/lib/python3.8/site-packages/ \ # COPY --from=compile /usr/src/cic-eth/ . # RUN . venv/bin/activate -ARG ="https://pip.grassrootseconomics.net:8433" +ARG EXTRA_INDEX_URL="https://pip.grassrootseconomics.net:8433" ARG GITLAB_PYTHON_REGISTRY="https://gitlab.com/api/v4/projects/27624814/packages/pypi/simple" COPY cic-eth/test_requirements.txt .