From f7d1e6bb5c81743352dfc97986d50b3080fb42b6 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Sun, 3 Sep 2023 11:56:54 +1000 Subject: [PATCH] [maubot] -- add some deps fedora-messaging and jinja2 Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/templates/buildconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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