diff --git a/roles/openshift-apps/greenwave/templates/buildconfig.yml b/roles/openshift-apps/greenwave/templates/buildconfig.yml index 5ae140c213..6a50d188ac 100644 --- a/roles/openshift-apps/greenwave/templates/buildconfig.yml +++ b/roles/openshift-apps/greenwave/templates/buildconfig.yml @@ -12,7 +12,7 @@ spec: # See imagestream.yml for the definition FROM greenwave-upstream:latest USER 0 - RUN dnf -y install python3-fedora-messaging && dnf clean all + RUN dnf -y install fedora-messaging && dnf clean all USER 1001 {% else %} # See imagestream.yml for the definition