Aki Sukegawa created THRIFT-3425:
------------------------------------
Summary: Minor fixes + simplification for CentOS Dockerfile
Key: THRIFT-3425
URL: https://issues.apache.org/jira/browse/THRIFT-3425
Project: Thrift
Issue Type: Improvement
Components: Build Process
Reporter: Aki Sukegawa
Assignee: Aki Sukegawa
Priority: Minor
h4. Package issues
* Add Perl dependency for new SSL support
* Some package names (dev -> devel etc.) and missing packages (g++, haskell
etc.)
h4. Simplify
* Use yum to install epel-release instead of curl & rpm
* Do not compile Autotools because yum version was OK (1.13)
* Simplyfy go install by not using custom location
(https://golang.org/doc/install)
In my local env, due to an overlayfs + CentOS issue I had to lump up every yum
install into one line to build a container (not included in the patch).
Other than that it is the same as what I tested so hopefully should work fine
for make check/cross.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)