mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-24 22:39:25 +01:00
add scrapyrt to scrapyd image
This commit is contained in:
@@ -37,6 +37,7 @@ RUN set -xe \
|
||||
git+https://github.com/scrapy/scrapyd.git \
|
||||
git+https://github.com/scrapy/scrapyd-client.git \
|
||||
git+https://github.com/scrapinghub/scrapy-splash.git \
|
||||
git+https://github.com/scrapinghub/scrapyrt.git \
|
||||
git+https://github.com/python-pillow/Pillow.git \
|
||||
&& curl -sSL https://github.com/scrapy/scrapy/raw/master/extras/scrapy_bash_completion -o /etc/bash_completion.d/scrapy_bash_completion \
|
||||
&& echo 'source /etc/bash_completion.d/scrapy_bash_completion' >> /root/.bashrc \
|
||||
|
||||
Reference in New Issue
Block a user