1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-21 12:07:00 +02:00

urlwatch: pushbullet support (FIX #148)

This commit is contained in:
kev 2021-04-06 15:23:21 +08:00
parent 0b32c65067
commit d6ad823c09

View File

@ -17,15 +17,16 @@ RUN set -xe \
py3-pip \ py3-pip \
python3 \ python3 \
python3-dev \ python3-dev \
&& pip3 install appdirs \ && pip3 install appdirs \
cssselect \ cssselect \
keyring \ keyring \
lxml \ lxml \
minidb \ minidb \
pyyaml \ pyyaml \
requests \ requests \
chump \ chump \
urlwatch \ pushbullet.py \
urlwatch \
&& apk del build-base \ && apk del build-base \
libffi-dev \ libffi-dev \
libxml2-dev \ libxml2-dev \