2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 06:49:31 +01:00
This commit is contained in:
kev
2014-12-04 21:02:03 +08:00
parent 492c403bca
commit 0a6d477038

View File

@@ -7,6 +7,6 @@ MAINTAINER kev
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 627220E7
RUN echo 'deb http://archive.scrapy.org/ubuntu scrapy main' >/etc/apt/sources.list.d/scrapy.list
RUN apt-get update && apt-get install -y scrapy-0.24 scrapyd
RUN apt-get update && apt-get install -y python-pip scrapy-0.24 scrapyd
CMD bash