Skip to content

Commit d8cb891

Browse files
committed
remove double install
1 parent 062b439 commit d8cb891

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,6 @@ RUN apt-get update && apt-get install -y \
2727
libboost-all-dev \
2828
cmake \
2929
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 \
3430
flex \
3531
bison \
3632
dejagnu \
@@ -39,6 +35,7 @@ RUN apt-get update && apt-get install -y \
3935
libgmp-dev \
4036
&& rm -rf /var/lib/apt/lists/*
4137

38+
4239
# Download and build GCC 13.4
4340
RUN wget https://ftp.gnu.org/gnu/gcc/gcc-13.4.0/gcc-13.4.0.tar.gz && \
4441
tar -xzf gcc-13.4.0.tar.gz && \

0 commit comments

Comments
 (0)