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 7c88de7  NO-JIRA - Removed unused libraries and tested with the latest 
Fedora (31)
7c88de7 is described below

commit 7c88de76639329cadb937a0b7161084fddcce811
Author: Ganesh Murthy <[email protected]>
AuthorDate: Tue Nov 5 09:36:47 2019 -0500

    NO-JIRA - Removed unused libraries and tested with the latest Fedora (31)
---
 dockerfiles/Dockerfile-fedora | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dockerfiles/Dockerfile-fedora b/dockerfiles/Dockerfile-fedora
index a7d13ef..79d641f 100644
--- a/dockerfiles/Dockerfile-fedora
+++ b/dockerfiles/Dockerfile-fedora
@@ -29,8 +29,8 @@ FROM fedora:latest
 
 MAINTAINER "[email protected]"
 
-# 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 dnf -y install gcc cmake libuuid-devel openssl-devel cyrus-sasl-devel 
cyrus-sasl-plain cyrus-sasl-gssapi cyrus-sasl-md5 swig python-devel 
java-1.8.0-openjdk-devel git make doxygen valgrind emacs libuv libuv-devel 
libwebsockets-devel && dnf clean all -y
+# Install required packages. Some in this list are 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 dnf -y install gcc cmake openssl-devel cyrus-sasl-devel cyrus-sasl-plain 
cyrus-sasl-gssapi cyrus-sasl-md5 swig java-1.8.0-openjdk-devel git make 
valgrind emacs libwebsockets-devel python-devel
 
 # Create a main directory and clone the qpid-proton repo from github
 RUN mkdir /main && cd /main && git clone 
https://gitbox.apache.org/repos/asf/qpid-proton.git  && cd /main/qpid-proton && 
mkdir /main/qpid-proton/build


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to