From 29117ab176a1cbb0302eb57805f137519a3a2f39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ba=C5=A1ti?= Date: Wed, 27 Feb 2019 12:47:13 +0100 Subject: [PATCH] Dockerfile: use python3-operator-courier instead RPM link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit operator-courier is now part of fedora stable repos Signed-off-by: Martin Bašti --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5f1827f..c24c44f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN dnf -y install \ python3-flask \ python3-jsonschema \ python3-requests \ - https://kojipkgs.fedoraproject.org//packages/python-operator-courier/1.0.0/1.fc29/noarch/python3-operator-courier-1.0.0-1.fc29.noarch.rpm \ + python3-operator-courier \ && dnf -y clean all \ && rm -rf /tmp/*