Browse Source

HUE-9445 [docker] Adding modules for Phoenix connector

Romain 5 years ago
parent
commit
7c49cf4c36
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tools/docker/hue/Dockerfile

+ 2 - 1
tools/docker/hue/Dockerfile

@@ -65,7 +65,8 @@ RUN ./build/env/bin/pip install \
   flower \
   flower \
   pyhive \
   pyhive \
   gevent \
   gevent \
-  gssapi \
+  # For Phoenix Python 2
+  gssapi==1.5.1 protobuf requests-gssapi \
   # Needed for Jaeger
   # Needed for Jaeger
   threadloop \
   threadloop \
   thrift-sasl==0.2.1
   thrift-sasl==0.2.1