From 8b2351eae4e69eee717fd48ef16f9070b0c3ce02 Mon Sep 17 00:00:00 2001
From: Markus Frosch <markus.frosch@icinga.com>
Date: Fri, 6 Apr 2018 11:02:43 +0200
Subject: [PATCH] Add createrepo

---
 6-i386/Dockerfile | 2 +-
 6/Dockerfile      | 2 +-
 7/Dockerfile      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/6-i386/Dockerfile b/6-i386/Dockerfile
index 6eee857..c089cff 100644
--- a/6-i386/Dockerfile
+++ b/6-i386/Dockerfile
@@ -12,7 +12,7 @@ RUN yum install -y \
   sudo wget curl which tar expect git \
   patch rpm-build redhat-rpm-config rpmlint \
   patch make util-linux \
-  yum-utils yum-plugin-ovl rpmdevtools \
+  yum-utils yum-plugin-ovl rpmdevtools createrepo \
   epel-release \
  && yum clean all
 
diff --git a/6/Dockerfile b/6/Dockerfile
index 03e5999..a0e0968 100644
--- a/6/Dockerfile
+++ b/6/Dockerfile
@@ -9,7 +9,7 @@ RUN yum install -y \
   sudo wget curl which tar expect git \
   patch rpm-build redhat-rpm-config rpmlint \
   patch make util-linux \
-  yum-utils yum-plugin-ovl rpmdevtools \
+  yum-utils yum-plugin-ovl rpmdevtools createrepo \
   epel-release \
  && yum clean all
 
diff --git a/7/Dockerfile b/7/Dockerfile
index 3beadb6..8b7f30b 100644
--- a/7/Dockerfile
+++ b/7/Dockerfile
@@ -9,7 +9,7 @@ RUN yum install -y \
   sudo wget curl which tar expect git \
   patch rpm-build redhat-rpm-config rpmlint \
   patch make util-linux \
-  yum-utils yum-plugin-ovl rpmdevtools \
+  yum-utils yum-plugin-ovl rpmdevtools createrepo \
   epel-release \
  && yum clean all
 
-- 
GitLab