2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-26 23:21:36 +01:00

update errbot

This commit is contained in:
kev
2024-05-14 18:15:03 +08:00
parent 2c73b5e086
commit fa37a10f2f
3 changed files with 14 additions and 18 deletions

View File

@@ -12,17 +12,11 @@ RUN set -xe \
libffi-dev \
openssl \
openssl-dev \
py3-pip \
python3 \
python3-dev \
&& pip3 install --no-cache-dir -U pip \
&& pip3 install --no-cache-dir errbot \
hypchat \
irc \
pyasn1 \
pyasn1-modules \
python-telegram-bot \
slackclient \
sleekxmpp \
&& rm -f /usr/lib/python3.11/EXTERNALLY-MANAGED \
&& pip3 install --no-cache-dir 'errbot[slack,discord,mattermost,IRC,telegram,XMPP]' \
&& adduser -s /bin/sh -h /opt/errbot -D errbot \
&& apk del --purge build-base \
libffi-dev \