forked from apache/hawq
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
HAWQ-1656. Fix build issues of Bison dependency.
- Loading branch information
1 parent
da823d7
commit 6f3337c
Showing
3 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,7 @@ MAINTAINER Richard Guo <[email protected]> | |
RUN yum install -y epel-release && \ | ||
yum makecache && \ | ||
yum install -y man passwd sudo tar which git mlocate links make bzip2 net-tools \ | ||
autoconf automake libtool m4 gcc gcc-c++ gdb bison flex cmake gperf maven indent \ | ||
autoconf automake libtool m4 gcc gcc-c++ gdb flex cmake gperf maven indent \ | ||
libuuid-devel krb5-devel libgsasl-devel expat-devel libxml2-devel \ | ||
perl-ExtUtils-Embed pam-devel python-devel libcurl-devel snappy-devel \ | ||
thrift-devel libyaml-devel libevent-devel bzip2-devel openssl-devel \ | ||
|
@@ -33,6 +33,8 @@ RUN yum install -y epel-release && \ | |
openssh-clients openssh-server perl-JSON && \ | ||
yum clean all | ||
|
||
RUN rpm -ivh --nodeps https://rpmfind.net/linux/centos/6.10/os/x86_64/Packages/bison-2.4.1-5.el6.x86_64.rpm | ||
|
||
RUN pip --retries=50 --timeout=300 install pycrypto | ||
|
||
# OS requirement | ||
|