summaryrefslogtreecommitdiff
path: root/share/spack/docker/ubuntu-1604.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/docker/ubuntu-1604.dockerfile')
-rw-r--r--share/spack/docker/ubuntu-1604.dockerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/share/spack/docker/ubuntu-1604.dockerfile b/share/spack/docker/ubuntu-1604.dockerfile
index c07cde5918..dd7fcb1910 100644
--- a/share/spack/docker/ubuntu-1604.dockerfile
+++ b/share/spack/docker/ubuntu-1604.dockerfile
@@ -21,9 +21,7 @@ RUN apt-get -yqq update \
git \
gnupg2 \
iproute2 \
- lmod \
locales \
- lua-posix \
make \
python3 \
python3-pip \
@@ -69,6 +67,7 @@ WORKDIR /root
SHELL ["docker-shell"]
# TODO: add a command to Spack that (re)creates the package cache
+RUN spack bootstrap untrust spack-install
RUN spack spec hdf5+mpi
ENTRYPOINT ["/bin/bash", "/opt/spack/share/spack/docker/entrypoint.bash"]