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

[incubator-airflow-ci] 14/34: Remove krb5 services from base image

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 200fc29a05c801fe6aba365ce0ccecbbcc6f19c9
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Sat May 12 21:51:14 2018 +1000

    Remove krb5 services from base image
---
 Dockerfile.base | 2 --
 1 file changed, 2 deletions(-)

diff --git a/Dockerfile.base b/Dockerfile.base
index fe3e2fb..9341363 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -38,8 +38,6 @@ RUN apt-get update && apt-get install -y \
     libkrb5-dev \
     libsasl2-dev \
     krb5-user \
-    krb5-kdc \
-    krb5-admin-server \
     openssh-client \
     python-selinux