diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index 306f29998f..05a9d3f91f 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -13,7 +13,7 @@ spec: dockerfile: |- FROM fedora:38 RUN dnf -y install python3-pip fasjson-client python3-jinja2 fedora-messaging && dnf -y clean all - RUN pip install maubot[encryption] + RUN pip install maubot[encryption] python-slugify WORKDIR /maubot ENV KRB5_CONFIG=/etc/ipa/krb5.conf ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml