fix scrapyd

This commit is contained in:
kev 2021-11-17 16:59:20 +08:00
parent 2fe9c55833
commit 864ff2837e

View File

@ -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 \