Repository: aurora-packaging Updated Branches: refs/heads/master ac6463c15 -> ef91e0579
Add yum install of which for centos build, gradle uses that to find the jdk install. Project: http://git-wip-us.apache.org/repos/asf/aurora-packaging/repo Commit: http://git-wip-us.apache.org/repos/asf/aurora-packaging/commit/ef91e057 Tree: http://git-wip-us.apache.org/repos/asf/aurora-packaging/tree/ef91e057 Diff: http://git-wip-us.apache.org/repos/asf/aurora-packaging/diff/ef91e057 Branch: refs/heads/master Commit: ef91e05795f3eb75c0cb8a7983c49f8acfe2e1ef Parents: ac6463c Author: Bill Farner <[email protected]> Authored: Sat Dec 19 17:34:31 2015 -0800 Committer: Bill Farner <[email protected]> Committed: Sat Dec 19 17:34:35 2015 -0800 ---------------------------------------------------------------------- builder/rpm/centos-7/Dockerfile | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/aurora-packaging/blob/ef91e057/builder/rpm/centos-7/Dockerfile ---------------------------------------------------------------------- diff --git a/builder/rpm/centos-7/Dockerfile b/builder/rpm/centos-7/Dockerfile index 1df37c7..174998f 100644 --- a/builder/rpm/centos-7/Dockerfile +++ b/builder/rpm/centos-7/Dockerfile @@ -33,6 +33,7 @@ RUN yum install -y \ tar \ unzip \ wget \ + which \ zlib-devel ADD build.sh /build.sh
