maubot: add c++, needed by python-olm. sheesh

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2026-04-09 14:29:19 -07:00
commit 4f56817592

View file

@ -12,7 +12,7 @@ spec:
source:
dockerfile: |-
FROM fedora:43
RUN dnf -y install python3-pip python3-gssapi git libpq-devel gcc python-devel cmake && dnf -y clean all
RUN dnf -y install python3-pip python3-gssapi git libpq-devel gcc gcc-c++ python-devel cmake && dnf -y clean all
RUN pip install maubot[encryption] python-slugify httpx httpx_gssapi jinja2 fedora-messaging meetbot-messages pydantic maubot-fedora-messages backoff arrow python-gitlab pytz
RUN \
curl https://raw.githubusercontent.com/fedora-infra/matrix-bots/main/install-plugins-from-git.py -o /usr/local/bin/install-maubot-plugins && \