Skip to content

Commit 5df9135

Browse files
committed
fixed the ivorysqlv3.2 build error
1 parent 21de6af commit 5df9135

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

3/ubi8/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

Dockerfile-redhat.template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)