1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-07-13 01:10:17 +02:00

Merge pull request #175 from tevino/patch-3

Add beautifulsoup4 as a dependency
This commit is contained in:
Kevin He
2021-05-06 15:58:03 +08:00
committed by GitHub

View File

@ -18,16 +18,17 @@ RUN set -xe \
py3-pip \ py3-pip \
python3 \ python3 \
python3-dev \ python3-dev \
&& pip3 install appdirs \ && pip3 install appdirs \
cssselect \ cssselect \
keyring \ keyring \
lxml \ lxml \
minidb \ minidb \
pyyaml \ pyyaml \
requests \ requests \
chump \ chump \
pushbullet.py \ beautifulsoup4 \
urlwatch \ pushbullet.py \
urlwatch \
&& apk del build-base \ && apk del build-base \
libffi-dev \ libffi-dev \
libxml2-dev \ libxml2-dev \