From 5dc9babdf6d04f243ac87a221201b38b0c72526c Mon Sep 17 00:00:00 2001 From: kev Date: Mon, 9 Aug 2021 17:55:55 +0800 Subject: [PATCH] scrapyd: ipython for better shell --- scrapyd/py3/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scrapyd/py3/Dockerfile b/scrapyd/py3/Dockerfile index 1bca71b..88e9c04 100644 --- a/scrapyd/py3/Dockerfile +++ b/scrapyd/py3/Dockerfile @@ -39,7 +39,8 @@ RUN set -xe \ zlib1g \ zlib1g-dev \ && 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-client.git \ git+https://github.com/scrapinghub/scrapy-splash.git \