mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
update
This commit is contained in:
@@ -16,6 +16,7 @@ RUN apt-get update \
|
|||||||
python-dev \
|
python-dev \
|
||||||
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
|
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
|
||||||
&& pip install scrapy==1.0.0rc1 \
|
&& pip install scrapy==1.0.0rc1 \
|
||||||
|
&& curl -sSL https://github.com/scrapy/scrapy/raw/master/extras/scrapy_bash_completion -o /etc/bash_completion.d/scrapy_bash_completion \
|
||||||
&& apt-get remove -y build-essential \
|
&& apt-get remove -y build-essential \
|
||||||
libffi-dev \
|
libffi-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
|||||||
@@ -1,6 +1,19 @@
|
|||||||
`Scrapy`: An open source and collaborative framework
|
## WHAT-IS
|
||||||
for extracting the data you need from websites.
|
|
||||||
In a fast, simple, yet extensible way.
|
`Scrapy`: An open source and collaborative framework for extracting the data
|
||||||
|
you need from websites. In a fast, simple, yet extensible way.
|
||||||
|
|
||||||
You can create a scrapy (v1.0.0rc1) project on top of this image.
|
You can create a scrapy (v1.0.0rc1) project on top of this image.
|
||||||
|
|
||||||
|
## HOW-TO
|
||||||
|
|
||||||
|
```
|
||||||
|
docker run --name scrapy -it vimagick/scrapy
|
||||||
|
```
|
||||||
|
|
||||||
|
## TODO-LIST
|
||||||
|
|
||||||
|
- build [libxml2][1]/[libxslt][2] from source
|
||||||
|
|
||||||
|
[1]: http://www.xmlsoft.org/downloads.html
|
||||||
|
[2]: http://git.gnome.org/browse/libxslt/
|
||||||
|
|||||||
Reference in New Issue
Block a user