File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ RUN mkdir -p /usr/src/ivorysql; \
5353 ; \
5454 rm ivorysql.tar.gz; \
5555 cd /usr/src/ivorysql; \
56- wget http ://mirror.centos .org/centos/7/os /x86_64/Packages/bison-devel-3.0.4-2.el7 .x86_64.rpm; \
57- dnf install -y bison-devel-3.0.4-2.el7 .x86_64.rpm; \
58- wget https://www.rpmfind.net/linux/centos/8-stream /AppStream/x86_64/os/Packages/bison-3.0.4-10.el8.x86_64.rpm; \
56+ wget https ://repo.almalinux .org/almalinux/8/PowerTools /x86_64/os/ Packages/bison-devel-3.0.4-10.el8 .x86_64.rpm; \
57+ dnf install -y bison-devel-3.0.4-10.el8 .x86_64.rpm; \
58+ wget https://repo.almalinux.org/almalinux/8 /AppStream/x86_64/os/Packages/bison-3.0.4-10.el8.x86_64.rpm; \
5959 dnf install -y bison-3.0.4-10.el8.x86_64.rpm; \
6060 ./configure \
6161 --prefix=/var/local/ivorysql/ivorysql-$IVORY_MAJOR \
Original file line number Diff line number Diff line change @@ -47,9 +47,9 @@ RUN mkdir -p /usr/src/ivorysql; \
4747 ; \
4848 rm ivorysql.tar.gz; \
4949 cd /usr/src/ivorysql; \
50- wget http ://mirror.centos .org/centos/7/os /x86_64/Packages/bison-devel-3.0.4-2.el7 .x86_64.rpm; \
51- dnf install -y bison-devel-3.0.4-2.el7 .x86_64.rpm; \
52- wget https://www.rpmfind.net/linux/centos/8-stream /AppStream/x86_64/os/Packages/bison-3.0.4-10.el8.x86_64.rpm; \
50+ wget https ://repo.almalinux .org/almalinux/8/PowerTools /x86_64/os/ Packages/bison-devel-3.0.4-10.el8 .x86_64.rpm; \
51+ dnf install -y bison-devel-3.0.4-10.el8 .x86_64.rpm; \
52+ wget https://repo.almalinux.org/almalinux/8 /AppStream/x86_64/os/Packages/bison-3.0.4-10.el8.x86_64.rpm; \
5353 dnf install -y bison-3.0.4-10.el8.x86_64.rpm; \
5454 ./configure \
5555 --prefix=/var/local/ivorysql/ivorysql-$IVORY_MAJOR \
You can’t perform that action at this time.
0 commit comments