Skip to content
Snippets Groups Projects
Commit db27136e authored by Paul Bourke's avatar Paul Bourke
Browse files

Add missing tar command for oraclelinux binary

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

TrivialFix

Change-Id: Ia7cb77c5359b2ed30cd1883c0848cd1506a63833
parent f4d6aaf0
No related branches found
No related tags found
No related merge requests found
...@@ -79,6 +79,7 @@ RUN yum install -y \ ...@@ -79,6 +79,7 @@ RUN yum install -y \
COPY oraclelinux-extras.repo /etc/yum.repos.d/oraclelinux-extras.repo COPY oraclelinux-extras.repo /etc/yum.repos.d/oraclelinux-extras.repo
RUN yum install -y \ RUN yum install -y \
tar \
yum-utils \ yum-utils \
https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \ https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm \
&& rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 \ && rpm --import /etc/pki/rpm-gpg/RPM-GPG-KEY-EPEL-7 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment