1
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-04-25 12:14:46 +02:00

update scrapyd

This commit is contained in:
kev 2021-11-03 17:52:10 +08:00
parent 375f8f6816
commit 45064c7773
2 changed files with 4 additions and 3 deletions

View File

@ -9,7 +9,7 @@ ENV SCRAPY_VERSION=2.5.1
ENV SCRAPYD_VERSION=1.2.1 ENV SCRAPYD_VERSION=1.2.1
ENV SCRAPYD_CLIENT_VERSION=v1.2.0 ENV SCRAPYD_CLIENT_VERSION=v1.2.0
ENV SCRAPYRT_VERSION=v0.12 ENV SCRAPYRT_VERSION=v0.12
ENV PILLOW_VERSION=8.3.2 ENV PILLOW_VERSION=8.4.0
RUN set -xe \ RUN set -xe \
&& apt-get update \ && apt-get update \
@ -40,7 +40,8 @@ RUN set -xe \
zlib1g \ zlib1g \
zlib1g-dev \ zlib1g-dev \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \ && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip install --no-cache-dir git+https://github.com/scrapy/scrapy.git@$SCRAPY_VERSION \ && pip install --no-cache-dir ipython \
git+https://github.com/scrapy/scrapy.git@$SCRAPY_VERSION \
git+https://github.com/scrapy/scrapyd.git@$SCRAPYD_VERSION \ git+https://github.com/scrapy/scrapyd.git@$SCRAPYD_VERSION \
git+https://github.com/scrapy/scrapyd-client.git@$SCRAPYD_CLIENT_VERSION \ git+https://github.com/scrapy/scrapyd-client.git@$SCRAPYD_CLIENT_VERSION \
git+https://github.com/scrapinghub/scrapy-splash.git \ git+https://github.com/scrapinghub/scrapy-splash.git \

View File

@ -9,7 +9,7 @@ ENV SCRAPY_VERSION=2.5.1
ENV SCRAPYD_VERSION=1.2.1 ENV SCRAPYD_VERSION=1.2.1
ENV SCRAPYD_CLIENT_VERSION=v1.2.0 ENV SCRAPYD_CLIENT_VERSION=v1.2.0
ENV SCRAPYRT_VERSION=v0.12 ENV SCRAPYRT_VERSION=v0.12
ENV PILLOW_VERSION=8.3.2 ENV PILLOW_VERSION=8.4.0
RUN set -xe \ RUN set -xe \
&& apt-get update \ && apt-get update \