mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-12-25 02:04:06 +02:00
fix scrapyd
This commit is contained in:
parent
2fe9c55833
commit
864ff2837e
@ -37,7 +37,7 @@ RUN set -xe \
|
||||
libwebp-dev \
|
||||
zlib1g \
|
||||
zlib1g-dev \
|
||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
|
||||
&& curl -sSL https://bootstrap.pypa.io/pip/2.7/get-pip.py | python \
|
||||
&& pip install --no-cache-dir git+https://github.com/scrapy/scrapy.git@$SCRAPY_VERSION \
|
||||
git+https://github.com/scrapy/scrapyd.git@$SCRAPYD_VERSION \
|
||||
git+https://github.com/scrapy/scrapyd-client.git \
|
||||
|
Loading…
Reference in New Issue
Block a user