Browse Source

[docker] Keep flower compatible with celery v4

Romain Rigaux 4 years ago
parent
commit
12b148f8f5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tools/docker/hue/Dockerfile

+ 1 - 1
tools/docker/hue/Dockerfile

@@ -56,7 +56,7 @@ RUN ./build/env/bin/pip install --no-cache-dir \
   psycopg2-binary \
   psycopg2-binary \
   # Avoid Django 3 pulling
   # Avoid Django 3 pulling
   django_redis==4.11.0 \
   django_redis==4.11.0 \
-  flower \
+  flower==0.9.7 \
   # Contains fix for SparkSql show tables
   # Contains fix for SparkSql show tables
   git+https://github.com/gethue/PyHive \
   git+https://github.com/gethue/PyHive \
   # pyhive \
   # pyhive \