From 43c755047ae2ddae6f2c3d0808e22134b1726e9d Mon Sep 17 00:00:00 2001 From: kev Date: Thu, 28 May 2015 09:13:55 +0800 Subject: [PATCH] fix --- scrapy/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/Dockerfile b/scrapy/Dockerfile index 2cef1ad..06b7dac 100644 --- a/scrapy/Dockerfile +++ b/scrapy/Dockerfile @@ -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 \