From 4091c81b00d75d4074f93e6b09f165979f05213c Mon Sep 17 00:00:00 2001 From: Ryan Lerch Date: Thu, 14 Sep 2023 21:34:46 +1000 Subject: [PATCH] maubot: add httpx_gssapi to the container build Signed-off-by: Ryan Lerch --- roles/openshift-apps/maubot/templates/buildconfig.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/openshift-apps/maubot/templates/buildconfig.yml b/roles/openshift-apps/maubot/templates/buildconfig.yml index ff370d6cad..87181acab5 100644 --- a/roles/openshift-apps/maubot/templates/buildconfig.yml +++ b/roles/openshift-apps/maubot/templates/buildconfig.yml @@ -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