Add missing tar command for oraclelinux binary

Kibana was failing with the binary build type due to tar missing.

TrivialFix

Change-Id: Ia7cb77c5359b2ed30cd1883c0848cd1506a63833
This commit is contained in:
Paul Bourke 2016-03-15 16:16:53 +00:00
parent f4d6aaf097
commit db27136ed5
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ RUN yum install -y \
COPY oraclelinux-extras.repo /etc/yum.repos.d/oraclelinux-extras.repo
RUN yum install -y \
tar \
yum-utils \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 \