1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-16 03:48:44 +00:00

fix urlwatch

This commit is contained in:
kev 2021-11-03 11:19:07 +08:00
parent 7fcfd682cf
commit 375f8f6816

@ -20,15 +20,16 @@ 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 appdirs \ && pip3 install appdirs \
cssselect \ cssselect \
keyring \ keyring \
lxml \ keyrings.alt \
minidb \ lxml \
pyyaml \ minidb \
requests \ pyyaml \
chump \ requests \
urlwatch \ chump \
urlwatch \
&& apk del build-base \ && apk del build-base \
libffi-dev \ libffi-dev \
libxml2-dev \ libxml2-dev \