2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-25 14:59:14 +01:00
This commit is contained in:
kev
2015-05-28 09:13:55 +08:00
parent 9f16e64350
commit 43c755047a

View File

@@ -15,7 +15,7 @@ RUN apt-get update \
python \
python-dev \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python \
&& pip install scrapy==1.0.0rc1
&& pip install scrapy==1.0.0rc1 \
&& apt-get remove -y build-essential \
libffi-dev \
libssl-dev \