File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ RUN yum install -y tar wget yum-utils
5
5
RUN yum install -y gcc make perl libicu-devel glibc-devel
6
6
RUN yum install -y git
7
7
RUN yum upgrade -y
8
+ RUN yum install -y http://mirror.centos.org/centos/7/os/x86_64/Packages/bison-3.0.4-2.el7.x86_64.rpm
9
+ RUN yum install -y http://mirror.centos.org/centos/7/os/x86_64/Packages/flex-2.5.37-6.el7.x86_64.rpm
Original file line number Diff line number Diff line change @@ -3,3 +3,5 @@ RUN yum install -y tar wget rpm-build yum-utils
3
3
RUN yum install -y gcc make perl libicu-devel glibc-devel
4
4
RUN yum install -y git
5
5
RUN yum upgrade -y
6
+ RUN yum install -y http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/bison-3.0.4-10.el8.x86_64.rpm
7
+ RUN yum install -y http://mirror.centos.org/centos/8/AppStream/x86_64/os/Packages/flex-2.6.1-9.el8.x86_64.rpm
You can’t perform that action at this time.
0 commit comments