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

[incubator-airflow-ci] 04/34: No servers

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 5e4949c784099e9d29a08f45c7aa65ee9625eebf
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Tue May 1 11:58:21 2018 +1000

    No servers
---
 Dockerfile.base | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/Dockerfile.base b/Dockerfile.base
index dba805f..4a0088f 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -26,16 +26,13 @@ RUN apt-get update && apt-get install -y \
     python-pip \
     python3-pip \
     git \
-    slapd \
     ldap-utils \
-    openssh-server \
     mysql-client-core-5.7 \
     mysql-client-5.7 \
     postgresql-client \
     krb5-user \
     krb5-kdc \
-    krb5-admin-server \
-    openssh-client openssh-server \
+    openssh-client \
     python-selinux
 
 RUN pip install --upgrade pip && \