summaryrefslogtreecommitdiff
path: root/share/spack/docker/amazonlinux-2.dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'share/spack/docker/amazonlinux-2.dockerfile')
-rw-r--r--share/spack/docker/amazonlinux-2.dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/share/spack/docker/amazonlinux-2.dockerfile b/share/spack/docker/amazonlinux-2.dockerfile
index d4066f76c4..93d67d9c4d 100644
--- a/share/spack/docker/amazonlinux-2.dockerfile
+++ b/share/spack/docker/amazonlinux-2.dockerfile
@@ -63,7 +63,6 @@ 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"]