1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-20 22:08:39 +00:00

[urlwatch] Added the optional dependencies for urlwatch, removed the explicit ones

The explicit dependencies are determined by urlwatch itself.
This commit is contained in:
Tobias Schmidl 2021-09-12 10:00:00 +02:00
parent f664428e62
commit e89e840090

@ -14,15 +14,17 @@ RUN set -xe \
RUN echo '*/30 * * * * cd /root/.urlwatch && urlwatch --urls urls.yaml --config urlwatch.yaml --hooks hooks.py --cache cache.db' | crontab - RUN echo '*/30 * * * * cd /root/.urlwatch && urlwatch --urls urls.yaml --config urlwatch.yaml --hooks hooks.py --cache cache.db' | crontab -
RUN set -xe \ RUN set -xe \
&& pip3 install --no-cache-dir appdirs \ && pip3 install --no-cache-dir \
cssselect \ aioxmpp \
keyring \
lxml \
minidb \
pyyaml \
requests \
chump \
beautifulsoup4 \ beautifulsoup4 \
chump \
cssbeautifier \
html2text \
jq \
jsbeautifier \
keyrings.alt \
markdown2 \
matrix_client \
pushbullet.py \ pushbullet.py \
urlwatch urlwatch