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

[incubator-airflow-ci] 19/34: Install openssh-server

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 465bc73d9323c233a8858d6734fb5e8370327fa1
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Sat May 19 18:08:54 2018 +1000

    Install openssh-server
---
 Dockerfile.base | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index 777b771..d1fb342 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -54,6 +54,7 @@ RUN apt-get update && apt-get install -y \
       libsasl2-dev \
       krb5-user \
       openssh-client \
+      openssh-server \
       python-selinux \
       locales \
     && sed -i 's/^# en_US.UTF-8 UTF-8$/en_US.UTF-8 UTF-8/g' /etc/locale.gen \