Skip to content

Commit 10c2580

Browse files
authored
remove gcc-12 frorm container - it is built in the stack (#70)
Signed-off-by: Gregory Becker <[email protected]>
1 parent 5b6830d commit 10c2580

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfiles/tutorial-ubuntu-22.04/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ RUN apt-get -yqq update && \
2626

2727
RUN 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

3131
COPY spack.yaml /root/
3232
COPY 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/*

0 commit comments

Comments
 (0)