add deps for maubot update
Signed-off-by: Ryan Lerch <rlerch@redhat.com>
This commit is contained in:
parent
a3996e0553
commit
19a153b828
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ spec:
|
||||||
dockerfile: |-
|
dockerfile: |-
|
||||||
FROM fedora:38
|
FROM fedora:38
|
||||||
RUN dnf -y install python3-pip python3-gssapi git && dnf -y clean all
|
RUN dnf -y install python3-pip python3-gssapi git && dnf -y clean all
|
||||||
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages pydantic
|
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages pydantic maubot-fedora-messages backoff arrow
|
||||||
RUN \
|
RUN \
|
||||||
curl https://raw.githubusercontent.com/fedora-infra/matrix-bots/main/install-plugins-from-git.py -o /usr/local/bin/install-maubot-plugins && \
|
curl https://raw.githubusercontent.com/fedora-infra/matrix-bots/main/install-plugins-from-git.py -o /usr/local/bin/install-maubot-plugins && \
|
||||||
chmod +x /usr/local/bin/install-maubot-plugins && \
|
chmod +x /usr/local/bin/install-maubot-plugins && \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue