1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 16:28:40 +00:00
This commit is contained in:
kev 2015-06-20 17:12:04 +08:00
parent 189033aa6e
commit 70e711f336

@ -39,13 +39,12 @@ RUN apt-get update \
git+https://github.com/scrapy/scrapyd.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 \
&& apt-get remove -y autoconf \
build-essential \
libffi-dev \
libssl-dev \
libtool \
python-dev \
&& apt-get autoremove -y \
&& apt-get purge -y --auto-remove autoconf \
build-essential \
libffi-dev \
libssl-dev \
libtool \
python-dev \
&& rm -rf /var/lib/apt/lists/*
ADD ./scrapyd.conf /etc/scrapyd/