Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…m/engine/userguide/eng-image/dockerfile_best-practices/); but making sure sudo is up-to-date to avoid subsequent editing of sudoers
  • Loading branch information
bbarker committed Feb 6, 2017
1 parent 1ea7caa commit 3bf2e24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV DEBIAN_FRONTEND=noninteractive \


RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y sudo && \
apt-get install -y --no-install-recommends openssh-server python-mpi4py python-numpy python-virtualenv python-scipy \
gcc gfortran openmpi-bin openmpi-common openmpi-doc binutils && \
apt-get clean && apt-get purge && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
Expand Down

0 comments on commit 3bf2e24

Please sign in to comment.