From db612b10cd7de8eac7c92b48131248bfc9cb12d4 Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Mon, 18 Sep 2023 15:02:56 +1000 Subject: [PATCH] maubot: fix deps issue 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 fdc9bba6a3..768b407add 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 && dnf -y clean all + RUN dnf -y install python3-pip python3-gssapi && dnf -y clean all RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages WORKDIR /maubot ENV KRB5_CONFIG=/etc/ipa/krb5.conf