[maubot] -- add some deps fedora-messaging and jinja2

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-03 11:56:54 +10:00
parent 24f1db40a4
commit f7d1e6bb5c

View file

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