maubot: add httpx_gssapi to the container build
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
eaca987e01
commit
4091c81b00
1 changed files with 2 additions and 2 deletions
|
@ -12,8 +12,8 @@ spec:
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:38
|
FROM fedora:38
|
||||||
RUN dnf -y install python3-pip fasjson-client python3-jinja2 fedora-messaging python3-httpx && 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] python-slugify
|
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi
|
||||||
WORKDIR /maubot
|
WORKDIR /maubot
|
||||||
ENV KRB5_CONFIG=/etc/ipa/krb5.conf
|
ENV KRB5_CONFIG=/etc/ipa/krb5.conf
|
||||||
ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml
|
ENTRYPOINT /usr/bin/python3 -m maubot -c /config/config.yml
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue