You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by gm...@apache.org on 2020/05/18 21:41:31 UTC

[qpid-dispatch] branch master updated: NO-JIRA - Added ARG DEBIAN_FRONTEND=noninteractive

This is an automated email from the ASF dual-hosted git repository.

gmurthy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/qpid-dispatch.git


The following commit(s) were added to refs/heads/master by this push:
     new 81ef77b  NO-JIRA - Added ARG DEBIAN_FRONTEND=noninteractive
81ef77b is described below

commit 81ef77b81b20041535a78cbdcd6b5effb6e6a7b4
Author: Ganesh Murthy <gm...@apache.org>
AuthorDate: Mon May 18 17:41:13 2020 -0400

    NO-JIRA - Added ARG DEBIAN_FRONTEND=noninteractive
---
 dockerfiles/Dockerfile-ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfiles/Dockerfile-ubuntu b/dockerfiles/Dockerfile-ubuntu
index 4455187..397c345 100644
--- a/dockerfiles/Dockerfile-ubuntu
+++ b/dockerfiles/Dockerfile-ubuntu
@@ -23,7 +23,7 @@
 FROM ubuntu:latest
 
 MAINTAINER "dev@qpid.apache.org"
-
+ARG DEBIAN_FRONTEND=noninteractive
 # Install all the required packages. Some in this list were picked off from proton's INSTALL.md (https://github.com/apache/qpid-proton/blob/master/INSTALL.md) and the rest are from dispatch (https://github.com/apache/qpid-dispatch/blob/master/README)
 RUN apt-get update && \
     apt-get install -y gcc g++ automake libtool zlib1g-dev cmake libsasl2-dev libssl-dev python python-dev libuv1-dev sasl2-bin swig maven git && \


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org