Browse Source

[docker] Also specify Flower pip version in Py2

Romain Rigaux 4 years ago
parent
commit
372d65896c
1 changed files with 1 additions and 1 deletions
  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 \