Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Dockerfile: use python3-operator-courier instead RPM link
Browse files Browse the repository at this point in the history
operator-courier is now part of fedora stable repos

Signed-off-by: Martin Bašti <mbasti@redhat.com>
  • Loading branch information
MartinBasti committed Feb 27, 2019
1 parent 75fa94d commit 29117ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/*

Expand Down

0 comments on commit 29117ab

Please sign in to comment.