https://www.cloudera.com/documentation/enterprise/6/6.2/topics/hue_sec_saml_auth.html
@@ -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