fix urlwatch

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

View File

@ -20,15 +20,16 @@ RUN set -xe \
python3 \
python3-dev \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install appdirs \
cssselect \
keyring \
lxml \
minidb \
pyyaml \
requests \
chump \
urlwatch \
&& pip3 install appdirs \
cssselect \
keyring \
keyrings.alt \
lxml \
minidb \
pyyaml \
requests \
chump \
urlwatch \
&& apk del build-base \
libffi-dev \
libxml2-dev \