Pārlūkot izejas kodu

HUE-8888 [docker] Explicitly uninstall chardet module

Romain 5 gadi atpakaļ
vecāks
revīzija
ff4bc4c159
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      tools/docker/hue/Dockerfile

+ 3 - 0
tools/docker/hue/Dockerfile

@@ -71,6 +71,9 @@ RUN ./build/env/bin/pip install \
   threadloop \
   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/startup.sh .