mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-05-13 22:06:55 +02:00
update urlwatch
This commit is contained in:
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 \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user