From ebb7e02d5ba28ab00201a1a14308619b31332bae Mon Sep 17 00:00:00 2001
From: Markus Frosch <markus.frosch@icinga.com>
Date: Mon, 3 Sep 2018 17:04:55 +0200
Subject: [PATCH] 15.0: Use spectool from devel:tools

---
 15.0/Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/15.0/Dockerfile b/15.0/Dockerfile
index b5ef2e7..2a1dcaa 100644
--- a/15.0/Dockerfile
+++ b/15.0/Dockerfile
@@ -9,7 +9,7 @@ RUN echo '%build_icinga_org 1' >/etc/rpm/macros.icinga_build
 
 RUN zypper --non-interactive install --no-recommends \
   sudo wget curl which tar expect git \
-  make patch rpm-build rpmlint spectool createrepo \
+  make patch rpm-build rpmlint \
  && zypper clean
 
 RUN zypper --non-interactive install --no-recommends \
-- 
GitLab