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 0174fc4  NO-JIRA - Modified Dockerfile-ubuntu to include the 
zlib1g-dev. This library is required by CMake
0174fc4 is described below

commit 0174fc41e14ada618138e19a8693a4b9c42ea56d
Author: Ganesh Murthy <gmur...@redhat.com>
AuthorDate: Tue Dec 18 09:52:25 2018 -0500

    NO-JIRA - Modified Dockerfile-ubuntu to include the zlib1g-dev. This 
library is required by CMake
---
 dockerfiles/Dockerfile-ubuntu | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dockerfiles/Dockerfile-ubuntu b/dockerfiles/Dockerfile-ubuntu
index e932045..eb499e5 100644
--- a/dockerfiles/Dockerfile-ubuntu
+++ b/dockerfiles/Dockerfile-ubuntu
@@ -26,7 +26,7 @@ MAINTAINER "d...@qpid.apache.org"
 
 # 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 automake libtool cmake libsasl2-dev libssl-dev python 
python-dev libuv1-dev sasl2-bin swig maven git python-unittest2 && \
+    apt-get install -y automake libtool zlib1g-dev cmake libsasl2-dev 
libssl-dev python python-dev libuv1-dev sasl2-bin swig maven git 
python-unittest2 && \
     apt-get -y clean
 
 RUN git clone https://gitbox.apache.org/repos/asf/qpid-dispatch.git && cd 
/qpid-dispatch && git submodule add -b v2.1-stable 
https://github.com/warmcat/libwebsockets && git submodule add 
https://gitbox.apache.org/repos/asf/qpid-proton.git && git submodule update 
--init


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

Reply via email to