Skip to content

Commit

Permalink
Tidy up the Docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
mfitz committed Apr 6, 2022
1 parent 7630421 commit 8c3bd24
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ RUN curl -sL https://deb.nodesource.com/setup_17.x | bash -
RUN apt-get -y install nodejs && node --version && npm --version && \
rm -rf /var/lib/apt/lists/*

#RUN apt-get install -y coinor-cbc && \
#rm -rf /var/lib/apt/lists/*

RUN /usr/local/bin/python -m pip install --no-cache-dir --compile --upgrade pip

COPY ./scripts .
Expand Down

0 comments on commit 8c3bd24

Please sign in to comment.