|
@@ -65,15 +65,10 @@ RUN ./build/env/bin/pip install \
|
|
|
flower \
|
|
flower \
|
|
|
pyhive \
|
|
pyhive \
|
|
|
gevent \
|
|
gevent \
|
|
|
- # 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
|
|
|
|
|
|
|
|
-# LGPL so removing
|
|
|
|
|
-RUN ./build/env/bin/pip uninstall chardet
|
|
|
|
|
-
|
|
|
|
|
COPY tools/docker/hue/conf desktop/conf
|
|
COPY tools/docker/hue/conf desktop/conf
|
|
|
COPY tools/docker/hue/startup.sh .
|
|
COPY tools/docker/hue/startup.sh .
|
|
|
|
|
|