Skip to content
Snippets Groups Projects
Commit 5789a9f7 authored by Theodosia Woo's avatar Theodosia Woo
Browse files

use cache?

parent 2f45885d
Branches
No related tags found
No related merge requests found
Pipeline #164776 passed
...@@ -5,8 +5,7 @@ ENV SLURM_VER="17-11-13-2" ...@@ -5,8 +5,7 @@ ENV SLURM_VER="17-11-13-2"
ENV OPENMPI_VER="4.0.1" ENV OPENMPI_VER="4.0.1"
ENV OPENMPI_VER_ABREV="v4.0" ENV OPENMPI_VER_ABREV="v4.0"
RUN echo "deb http://archive.debian.org/debian stretch main" > /etc/apt/sources.list && \ RUN apt-get update && \
apt-get update && \
apt-get -y install gcc g++ gfortran libgcrypt20-dev libncurses5-dev make python wget && \ apt-get -y install gcc g++ gfortran libgcrypt20-dev libncurses5-dev make python wget && \
rm -rf /var/lib/apt/lists/* && \ rm -rf /var/lib/apt/lists/* && \
\ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment