From e68f10fac5bce17cfabe0c4835d2a53dc9053ccb Mon Sep 17 00:00:00 2001 From: Blair Vanderlugt Date: Mon, 5 Jul 2021 20:22:39 +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 771683b1..a7ee6561 100644 --- a/apps/cic-eth/docker/Dockerfile +++ b/apps/cic-eth/docker/Dockerfile @@ -39,7 +39,7 @@ ARG GITLAB_PYTHON_REGISTRY="https://gitlab.com/api/v4/projects/27624814/packages COPY cic-eth/test_requirements.txt . RUN pip install --extra-index-url $GITLAB_PYTHON_REGISTRY \ - --extra-index-url $EXTRA_INDEX_URL . + --extra-index-url $EXTRA_INDEX_URL -r test_requirements.txt COPY cic-eth .