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:12 UTC

[incubator-airflow-ci] 11/34: Add krb libraries and services

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 7b3e28ecbe91e662c153c33e42e740998fbcc848
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Wed May 2 15:56:39 2018 +1000

    Add krb libraries and services
---
 Dockerfile.base | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index f6631f5..e0c0492 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -31,8 +31,13 @@ RUN apt-get update && apt-get install -y \
     ldap-utils \
     mysql-client-core-5.7 \
     mysql-client-5.7 \
+    libmysqlclient-dev \
     postgresql-client \
+    libkrb5-dev \
+    libsasl2-dev \
     krb5-user \
+    krb5-kdc \
+    krb5-admin-server \
     openssh-client \
     python-selinux