Sfoglia il codice sorgente

[docker] Add pip uninstall of chardet (#1315)

Romain Rigaux 5 anni fa
parent
commit
964b7a2ba5
1 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 1
      tools/docker/hue/Dockerfile

+ 3 - 1
tools/docker/hue/Dockerfile

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