Skip to content

Commit

Permalink
Formatting changes to trigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jwallwork23 committed Aug 9, 2024
1 parent ffc4a36 commit c9769ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions docker/Dockerfile.devenv
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Build stage with Spack pre-installed and ready to be used
FROM spack/ubuntu-jammy:0.21 AS builder


# What we want to install and how we want to install it
# is specified in a manifest file (spack.yaml)
RUN mkdir /opt/spack-environment \
Expand Down Expand Up @@ -59,6 +58,5 @@ RUN { \
&& ln -s /opt/views/view /opt/view \
&& apt update && apt install -y ca-certificates cpp m4


ENTRYPOINT [ "/entrypoint.sh" ]
CMD [ "/bin/bash" ]

0 comments on commit c9769ce

Please sign in to comment.