1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 11:58:47 +00:00

update urlwatch

This commit is contained in:
kev 2022-01-10 15:25:38 +08:00
parent a25c932af3
commit d013519a68

@ -20,18 +20,25 @@ RUN set -xe \
python3 \ python3 \
python3-dev \ python3-dev \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install --no-binary lxml \ && pip3 install --no-binary lxml \
aioxmpp \ aioxmpp \
appdirs \ appdirs \
cssselect \ beautifulsoup4 \
keyring \ chump \
keyrings.alt \ cssbeautifier \
lxml \ cssselect \
minidb \ jsbeautifier \
pyyaml \ keyring \
requests \ keyrings.alt \
chump \ lxml \
urlwatch \ markdown2 \
matrix_client \
minidb \
pushbullet.py \
pyppeteer \
pyyaml \
requests \
urlwatch \
&& apk del build-base \ && apk del build-base \
libffi-dev \ libffi-dev \
libxml2-dev \ libxml2-dev \