From 7c4df3c0ea9bfb00bde704fa6ec35bc8dcc50cd0 Mon Sep 17 00:00:00 2001 From: Ryan Haasken Date: Thu, 8 Aug 2024 15:48:22 -0500 Subject: [PATCH] CRAYSAT-1330: Get unstable builds of csm-api-client Remove this once a stable version of csm-api-client with this change is available. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index daa666ce..ef0a7609 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/unstable https://artifactory.algol60.net/artifactory/csm-python-modules/simple" RUN --mount=type=secret,id=netrc,target=/root/.netrc \ pip3 install --no-cache-dir -U pip && \ pip3 install -r requirements.txt