浏览代码

[docker] Also specify Flower pip version in Py2

Romain Rigaux 4 年之前
父节点
当前提交
372d65896c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      tools/docker/hue/Dockerfile.py2

+ 1 - 1
tools/docker/hue/Dockerfile.py2

@@ -63,7 +63,7 @@ RUN ./build/env/bin/pip install \
   psycopg2-binary \
   redis==2.10.6 \
   django_redis \
-  flower \
+  flower==0.9.7 \
   # SparkSql show tables
   git+https://github.com/gethue/PyHive \
   # pyhive \