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

[incubator-airflow-ci] 06/34: Disable apt-get prompt

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

    Disable apt-get prompt
---
 Dockerfile.base | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Dockerfile.base b/Dockerfile.base
index 86deee1..084c596 100644
--- a/Dockerfile.base
+++ b/Dockerfile.base
@@ -20,6 +20,8 @@
 
 FROM ubuntu:xenial
 
+ENV DEBIAN_FRONTEND noninteractive
+
 RUN apt-get update && apt-get install -y \
     openjdk-8-jdk \
     wget curl \