From f81046c8769651f072454e1066c80fb38cfd74ba Mon Sep 17 00:00:00 2001 From: mathematicalmichael Date: Mon, 18 Feb 2019 14:00:01 -0700 Subject: [PATCH] clean list during build. --- singleuser/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/singleuser/Dockerfile b/singleuser/Dockerfile index 9d83749..0e17675 100755 --- a/singleuser/Dockerfile +++ b/singleuser/Dockerfile @@ -17,7 +17,8 @@ RUN apt-get update && \ gcc # finish off with MPI dependencies (only required if not installing fenics) -#RUN sudo apt-get install mpich libmpich-dev -y && rm -rf /var/lib/apt/lists/* +#RUN sudo apt-get install mpich libmpich-dev -y +RUN rm -rf /var/lib/apt/lists/* USER jovyan RUN conda update --all