From d013519a689575c200cf0a25a19a33ab7f0c40dc Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 10 Jan 2022 15:25:38 +0800 Subject: [PATCH] update urlwatch --- urlwatch/Dockerfile | 31 +++++++++++++++++++------------ 1 file changed, 19 insertions(+), 12 deletions(-) diff --git a/urlwatch/Dockerfile b/urlwatch/Dockerfile index 306918e..0088f0d 100644 --- a/urlwatch/Dockerfile +++ b/urlwatch/Dockerfile @@ -20,18 +20,25 @@ RUN set -xe \ python3 \ python3-dev \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ - && pip3 install --no-binary lxml \ - aioxmpp \ - appdirs \ - cssselect \ - keyring \ - keyrings.alt \ - lxml \ - minidb \ - pyyaml \ - requests \ - chump \ - urlwatch \ + && pip3 install --no-binary lxml \ + aioxmpp \ + appdirs \ + beautifulsoup4 \ + chump \ + cssbeautifier \ + cssselect \ + jsbeautifier \ + keyring \ + keyrings.alt \ + lxml \ + markdown2 \ + matrix_client \ + minidb \ + pushbullet.py \ + pyppeteer \ + pyyaml \ + requests \ + urlwatch \ && apk del build-base \ libffi-dev \ libxml2-dev \