Selaa lähdekoodia

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

Romain 6 vuotta sitten
vanhempi
commit
93f9233f24
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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 .