We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 062b439 commit d8cb891Copy full SHA for d8cb891
1 file changed
Dockerfile
@@ -27,10 +27,6 @@ RUN apt-get update && apt-get install -y \
27
libboost-all-dev \
28
cmake \
29
libtbb-dev \
30
- && rm -rf /var/lib/apt/lists/*
31
-
32
-# Install GCC 13.4 from source
33
-RUN apt-get update && apt-get install -y \
34
flex \
35
bison \
36
dejagnu \
@@ -39,6 +35,7 @@ RUN apt-get update && apt-get install -y \
39
libgmp-dev \
40
&& rm -rf /var/lib/apt/lists/*
41
37
38
+
42
# Download and build GCC 13.4
43
RUN wget https://ftp.gnu.org/gnu/gcc/gcc-13.4.0/gcc-13.4.0.tar.gz && \
44
tar -xzf gcc-13.4.0.tar.gz && \
0 commit comments