maubot: keep trying to get krb working

Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
Ryan Lercho 2023-08-17 13:55:40 +10:00
parent fd954b5249
commit 2396ca1fcf

View file

@ -15,6 +15,7 @@ spec:
RUN dnf -y install python3-pip fasjson-client && dnf -y clean all
RUN pip install maubot[encryption]
WORKDIR /maubot
ENV KRB5_CONFIG=/etc/ipa/krb5.conf
ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml
type: Dockerfile
strategy: