|
@@ -64,12 +64,14 @@ RUN ./build/env/bin/pip install \
|
|
|
django_redis \
|
|
django_redis \
|
|
|
flower \
|
|
flower \
|
|
|
pyhive \
|
|
pyhive \
|
|
|
- git+https://github.com/bryanyang0528/ksql-python \
|
|
|
|
|
gevent \
|
|
gevent \
|
|
|
# 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 -y 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 .
|
|
|
|
|
|