Skip to content

Commit 9c6db4c

Browse files
author
Matt Balkwill
committed
add missing packages in the GCC 11.4.0 build dependencies
1 parent 4314613 commit 9c6db4c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

containers/Docker/SRS-ue-base.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ RUN tdnf install -y \
77
tdnf clean all
88

99
# downgrade gcc from 13 to 11
10-
RUN tdnf install -y gcc gcc-c++ make wget tar bzip2 gmp-devel mpfr-devel libmpc-devel
10+
RUN tdnf install -y gcc gcc-c++ make wget tar bzip2 gmp-devel mpfr-devel libmpc-devel file glibc-devel
1111
WORKDIR /tmp
1212
RUN wget https://ftp.gnu.org/gnu/gcc/gcc-11.4.0/gcc-11.4.0.tar.xz
1313
RUN tar -xf gcc-11.4.0.tar.xz

0 commit comments

Comments
 (0)