From 13a9ea24cce34f7eeb24e08d870d7aa2afe2d782 Mon Sep 17 00:00:00 2001 From: Vidya Silai Date: Wed, 8 Apr 2026 15:12:40 -0400 Subject: [PATCH] Add new env variable to docker image --- scripts/ci-job-setup.dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci-job-setup.dockerfile b/scripts/ci-job-setup.dockerfile index 1557e48..a8b1be6 100644 --- a/scripts/ci-job-setup.dockerfile +++ b/scripts/ci-job-setup.dockerfile @@ -5,6 +5,7 @@ #----- --- -- - - - - # Install cor launcher. # +ENV PIP_EXTRA_INDEX_URL=https://pypi.org/simple RUN which cor 2>&1 >/dev/null || {{ \ pipx install cor-launcher --index-url https://gitlab.com/api/v4/projects/64628567/packages/pypi/simple ; \ cor-setup ; \