File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -53,9 +53,9 @@ RUN mkdir -p /usr/src/ivorysql; \
53
53
; \
54
54
rm ivorysql.tar.gz; \
55
55
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; \
59
59
dnf install -y bison-3.0.4-10.el8.x86_64.rpm; \
60
60
./configure \
61
61
--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; \
47
47
; \
48
48
rm ivorysql.tar.gz; \
49
49
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; \
53
53
dnf install -y bison-3.0.4-10.el8.x86_64.rpm; \
54
54
./configure \
55
55
--prefix=/var/local/ivorysql/ivorysql-$IVORY_MAJOR \
You can’t perform that action at this time.
0 commit comments