bugfix:fix the version support problem of setuptools
[bottlenecks.git] / docker / Dockerfile
index 6288cf8..03af056 100644 (file)
@@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y \
     python-dev \
     python-pip \
     python-setuptools && \
-    easy_install -U setuptools
+    easy_install -U setuptools==30.0.0
 
 RUN apt-get -y autoremove && \
     apt-get clean