maubot - add python-slugify as a dep

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-06 15:16:10 +10:00
parent d4a8336920
commit b7244eb818

View file

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