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/*