Skip to content

Commit 9a096f1

Browse files
Merge pull request #40 from microsoft/issue37
Issue37 - Failed to compile GCC 11.4.0 in SRS-ue-base: bits/largefile-config.h No such file or directory
2 parents 3c7f7b7 + 9c6db4c commit 9a096f1

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)