mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:15 +02:00
add scrapy
This commit is contained in:
parent
e9b208155f
commit
492c403bca
12
scrapy/Dockerfile
Normal file
12
scrapy/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
#
|
||||
# Dockerfile for scrapy
|
||||
#
|
||||
|
||||
FROM ubuntu:14.04
|
||||
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
|
||||
|
||||
CMD bash
|
Loading…
Reference in New Issue
Block a user