diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index a203de81ff..306f29998f 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -12,7 +12,7 @@ spec: source: dockerfile: |- FROM fedora:38 - RUN dnf -y install python3-pip fasjson-client && dnf -y clean all + RUN dnf -y install python3-pip fasjson-client python3-jinja2 fedora-messaging && dnf -y clean all RUN pip install maubot[encryption] WORKDIR /maubot ENV KRB5_CONFIG=/etc/ipa/krb5.conf