From 3360988e0d2aa039b2d2fc88380c28de1d8ddcca Mon Sep 17 00:00:00 2001 From: annapoorna-s-alt Date: Tue, 15 Oct 2024 07:27:07 +0000 Subject: [PATCH] unstable build will remove later --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 687e72e7..15f086ed 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN apk update && \ python3 -m venv $VIRTUAL_ENV COPY requirements.lock.txt requirements.txt -ARG PIP_EXTRA_INDEX_URL="https://artifactory.algol60.net/artifactory/csm-python-modules/simple" +ARG PIP_EXTRA_INDEX_URL="https://artifactory.algol60.net/artifactory/csm-python-modules/simple https://artifactory.algol60.net/artifactory/csm-python-modules/unstable" RUN --mount=type=secret,id=netrc,target=/root/.netrc \ pip3 install --no-cache-dir -U pip && \ pip3 install -r requirements.txt