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