Ver Fonte

PR836 [docker] Add saml dependencies (#836)

https://www.cloudera.com/documentation/enterprise/6/6.2/topics/hue_sec_saml_auth.html
白菜 há 6 anos atrás
pai
commit
c65ad90614
1 ficheiros alterados com 5 adições e 0 exclusões
  1. 5 0
      tools/docker/hue/Dockerfile

+ 5 - 0
tools/docker/hue/Dockerfile

@@ -27,6 +27,11 @@ RUN apt-get update -y && apt-get install -y \
   git \
   sudo \
   maven \
+  gcc \
+  swig \
+  openssl \
+  xmlsec1 \
+  libxmlsec1-openssl \
    && rm -rf /var/lib/apt/lists/*
 
 RUN add-apt-repository -y ppa:webupd8team/java