Dockerfile.centos7 bison server

Signed-off-by: James Cherry <cherry@CerezoBook.local>
This commit is contained in:
James Cherry 2026-07-26 17:01:06 -07:00
parent fbf4d5e3a8
commit 99eb809fff
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ RUN sed -i s/mirror.centos.org/vault.centos.org/g /etc/yum.repos.d/*.repo \
RUN ln -sf /usr/bin/cmake3 /usr/bin/cmake RUN ln -sf /usr/bin/cmake3 /usr/bin/cmake
# Download Bison # Download Bison
RUN wget https://ftpmirror.gnu.org/gnu/bison/bison-3.8.2.tar.gz && \ RUN wget https://mirrors.kernel.org/gnu/bison/bison-3.8.2.tar.gz && \
tar -xvf bison-3.8.2.tar.gz && \ tar -xvf bison-3.8.2.tar.gz && \
rm bison-3.8.2.tar.gz rm bison-3.8.2.tar.gz