maubot: add httpx_gssapi to the container build

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-09-14 21:34:46 +10:00
parent eaca987e01
commit 4091c81b00

View file

@ -12,8 +12,8 @@ spec:
source:
dockerfile: |-
FROM fedora:38
RUN dnf -y install python3-pip fasjson-client python3-jinja2 fedora-messaging python3-httpx && dnf -y clean all
RUN pip install maubot[encryption] python-slugify
RUN dnf -y install python3-pip fasjson-client python3-jinja2 fedora-messaging && dnf -y clean all
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi
WORKDIR /maubot
ENV KRB5_CONFIG=/etc/ipa/krb5.conf
ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml