You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by fo...@apache.org on 2018/08/19 18:25:32 UTC

[incubator-airflow-ci] 31/34: Add sasl2 libraries for HiveServer2 authentication

This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-airflow-ci.git

commit e777bcd047a3024518caee1b34469b0184999057
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Wed May 30 19:11:54 2018 +1000

    Add sasl2 libraries for HiveServer2 authentication
---
 Dockerfile.base | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index 9dfa673..afd2c96 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -67,6 +67,10 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
       openssh-client \
       openssh-server \
       python-selinux \
+      sasl2-bin \
+      libsasl2-2 \
+      libsasl2-dev \
+      libsasl2-modules \
       locales \
     && rm -rf /var/lib/apt/lists/*