Merge "Fix installation dependency and authentication issue for fuel plugin"
[yardstick.git] / docker / Dockerfile
index 3dd9401..23afef7 100644 (file)
@@ -50,7 +50,7 @@ RUN apt-get update && apt-get install -y \
     uwsgi-plugin-python \
     supervisor \
     python-setuptools && \
-    easy_install -U setuptools
+    easy_install -U setuptools==30.0.0
 
 RUN apt-get -y autoremove && \
     apt-get clean