Skip to content
Snippets Groups Projects
Commit 134b37b9 authored by Markus Frosch's avatar Markus Frosch
Browse files

Add epel and fix ccache installation

parent d7d0dd4e
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,9 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
RUN yum install -y \
sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \
patch ccache make util-linux \
patch make util-linux \
yum-utils yum-plugin-ovl rpmdevtools \
epel-release \
&& yum clean all
RUN yum install -y \
......@@ -21,7 +22,6 @@ RUN yum install -y \
cmake \
openssl-devel \
mysql-devel \
wxGTK3-devel \
yajl-devel \
libedit-devel \
ccache \
......
......@@ -8,8 +8,9 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
RUN yum install -y \
sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \
patch ccache make util-linux \
patch make util-linux \
yum-utils yum-plugin-ovl rpmdevtools \
epel-release \
&& yum clean all
RUN yum install -y \
......@@ -18,7 +19,6 @@ RUN yum install -y \
cmake \
openssl-devel \
mysql-devel \
wxGTK3-devel \
yajl-devel \
libedit-devel \
ccache \
......
......@@ -8,8 +8,9 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
RUN yum install -y \
sudo wget curl which tar expect git \
patch rpm-build redhat-rpm-config rpmlint \
patch ccache make util-linux \
patch make util-linux \
yum-utils yum-plugin-ovl rpmdevtools \
epel-release \
&& yum clean all
RUN yum install -y \
......@@ -18,7 +19,6 @@ RUN yum install -y \
cmake \
openssl-devel \
mysql-devel \
wxGTK3-devel \
yajl-devel \
libedit-devel \
ccache \
......
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