Skip to content

Commit

Permalink
unstable build will remove later
Browse files Browse the repository at this point in the history
  • Loading branch information
annapoorna-s-alt committed Oct 15, 2024
1 parent 142cb65 commit 3360988
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/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
Expand Down

0 comments on commit 3360988

Please sign in to comment.