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

[incubator-airflow-ci] 13/34: Install sudo

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 d738640dd6526c5d8d4b4372b595421d084f02b7
Author: Gerardo Curiel <ge...@rea-group.com>
AuthorDate: Sat May 12 21:37:11 2018 +1000

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

diff --git a/Dockerfile.base b/Dockerfile.base
index 8c1c5d2..fe3e2fb 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
     python3-pip \
     git \
     unzip \
+    sudo \
     ldap-utils \
     mysql-client-core-5.7 \
     mysql-client-5.7 \