diff --git a/6-i386/Dockerfile b/6-i386/Dockerfile
index 6eee857fb09d1e22d9cc41dd746ac66ded583194..c089cff053e78b4cf482da17387efe81a53682ab 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 03e599979ba9bcc5cfc6fde66b1bdb95f42e8179..a0e09686d550db33ebc204bb53a356ad75b62bb8 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 3beadb68497540c218e96a48ae4d54706de7ab79..8b7f30b39505dc5f4cf88157d55edb433fafce88 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