Browse Source

HUE-8936 [docker] Missing lib in images for running the tracing

Romain 6 years ago
parent
commit
93f9233f24
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tools/docker/hue/Dockerfile

+ 1 - 0
tools/docker/hue/Dockerfile

@@ -59,6 +59,7 @@ RUN ./build/env/bin/pip install redis==2.10.6
 RUN ./build/env/bin/pip install django_redis
 RUN ./build/env/bin/pip install flower
 RUN ./build/env/bin/pip install gevent
+RUN ./build/env/bin/pip install threadloop # Needed for Jaeger
 
 COPY tools/docker/hue/conf desktop/conf
 COPY tools/docker/hue/startup.sh .