Skip to content

Commit

Permalink
clean list during build.
Browse files Browse the repository at this point in the history
  • Loading branch information
mpilosov committed Feb 18, 2019
1 parent 7db3154 commit f81046c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion singleuser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f81046c

Please sign in to comment.