You've already forked dockerfiles
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:
@ -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 \
|
||||||
|
Reference in New Issue
Block a user