maubot: fix deps issue
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
d8a0460fe9
commit
db612b10cd
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:38
|
FROM fedora:38
|
||||||
RUN dnf -y install python3-pip && dnf -y clean all
|
RUN dnf -y install python3-pip python3-gssapi && dnf -y clean all
|
||||||
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages
|
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages
|
||||||
WORKDIR /maubot
|
WORKDIR /maubot
|
||||||
ENV KRB5_CONFIG=/etc/ipa/krb5.conf
|
ENV KRB5_CONFIG=/etc/ipa/krb5.conf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue