diff --git a/.docker-compose/Dockerfile b/.docker-compose/Dockerfile index d92446f..c828651 100644 --- a/.docker-compose/Dockerfile +++ b/.docker-compose/Dockerfile @@ -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 diff --git a/Dockerfile b/Dockerfile index d92446f..c828651 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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