This commit is contained in:
Nick Darrell 2023-10-04 18:05:13 +00:00
parent d8545a5500
commit 872d803375
2 changed files with 6 additions and 2 deletions

View File

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

View File

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