mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-06 03:54:48 +02:00
urlwatch: pushbullet support (FIX #148)
This commit is contained in:
parent
0b32c65067
commit
d6ad823c09
@ -17,15 +17,16 @@ RUN set -xe \
|
||||
py3-pip \
|
||||
python3 \
|
||||
python3-dev \
|
||||
&& pip3 install appdirs \
|
||||
cssselect \
|
||||
keyring \
|
||||
lxml \
|
||||
minidb \
|
||||
pyyaml \
|
||||
requests \
|
||||
chump \
|
||||
urlwatch \
|
||||
&& pip3 install appdirs \
|
||||
cssselect \
|
||||
keyring \
|
||||
lxml \
|
||||
minidb \
|
||||
pyyaml \
|
||||
requests \
|
||||
chump \
|
||||
pushbullet.py \
|
||||
urlwatch \
|
||||
&& apk del build-base \
|
||||
libffi-dev \
|
||||
libxml2-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user