mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-02 09:21:53 +02:00
fix urlwatch
This commit is contained in:
parent
7fcfd682cf
commit
375f8f6816
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user