This commit is contained in:
Nick Darrell 2023-10-05 15:12:24 +00:00
parent 872d803375
commit 6d4a643cbd
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ FROM python:3.9.6
ARG NEXUS_TOKEN ARG NEXUS_TOKEN
ENV PIP_CONFIG_FILE pip.conf ENV PIP_CONFIG_FILE pip.conf
ENV NEXUS_TOKEN $NEXUS_TOKEN ENV NEXUS_TOKEN $NEXUS_TOKEN
RUN apt-get update RUN apt-get update
RUN apt-get -y install coinor-cbc RUN apt-get -y install coinor-cbc

View File

@ -2,8 +2,8 @@ FROM python:3.9.6
ARG NEXUS_TOKEN ARG NEXUS_TOKEN
ENV PIP_CONFIG_FILE pip.conf ENV PIP_INDEX_URL https://$NEXUS_TOKEN@artifact.it.getyardstick.com/repository/meazurelearning-pypi-internal/simple
ENV NEXUS_TOKEN $NEXUS_TOKEN ENV EXTRA_INDEX_URL https://pypi.python.org/simple/
RUN apt-get update RUN apt-get update
RUN apt-get -y install coinor-cbc RUN apt-get -y install coinor-cbc