maubot: fix deps issue

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-18 15:02:56 +10:00
parent d8a0460fe9
commit db612b10cd

View file

@ -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