File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Dockerfiles/tutorial-ubuntu-22.04 Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ RUN apt-get -yqq update && \
2626
2727RUN mkdir spack && \
2828 cd spack && \
29- curl -Lfs https://github.com/spack/spack/archive/refs/heads/develop.tar.gz | tar -xzf - --strip-components=1 -C .
29+ curl -Lfs https://github.com/spack/spack/archive/refs/heads/develop.tar.gz | tar -xzf - --strip-components=1 -C .
3030
3131COPY spack.yaml /root/
3232COPY Dockerfiles/tutorial-ubuntu-22.04/compilers.yaml Dockerfiles/tutorial-ubuntu-22.04/packages.yaml /root/spack/etc/spack/
@@ -56,7 +56,6 @@ RUN apt-get -yqq update && \
5656 apt-get -yqq install --no-install-recommends \
5757 gcc gfortran g++ \
5858 gcc-10 gfortran-10 g++-10 \
59- gcc-12 gfortran-12 g++-12 \
6059 clang \
6160 libc-dev && \
6261 rm -rf /var/lib/apt/lists/*
You can’t perform that action at this time.
0 commit comments