Skip to content

Commit

Permalink
CRAYSAT-1330: Get unstable builds of csm-api-client
Browse files Browse the repository at this point in the history
Remove this once a stable version of csm-api-client with this change is
available.
  • Loading branch information
haasken-hpe committed Aug 8, 2024
1 parent ec3f280 commit 7c4df3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7c4df3c

Please sign in to comment.