You've already forked dockerfiles
mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-08-10 22:31:28 +02:00
fix missing package
add `pip install cssselect`
This commit is contained in:
@@ -14,7 +14,8 @@ RUN apk add -U ca-certificates \
|
|||||||
make \
|
make \
|
||||||
python-dev \
|
python-dev \
|
||||||
py-pip \
|
py-pip \
|
||||||
&& pip install futures \
|
&& pip install cssselect \
|
||||||
|
futures \
|
||||||
keyring \
|
keyring \
|
||||||
lxml \
|
lxml \
|
||||||
urlwatch \
|
urlwatch \
|
||||||
|
Reference in New Issue
Block a user