mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
scrapyd: ipython for better shell
This commit is contained in:
@@ -39,7 +39,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 \
|
git+https://github.com/scrapy/scrapyd-client.git \
|
||||||
git+https://github.com/scrapinghub/scrapy-splash.git \
|
git+https://github.com/scrapinghub/scrapy-splash.git \
|
||||||
|
|||||||
Reference in New Issue
Block a user