You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2019/09/05 11:58:11 UTC

[GitHub] [nifi-minifi-cpp] bakaid commented on a change in pull request #641: MINIFICPP-1024 - Fix CentOS and Fedora docker builds

bakaid commented on a change in pull request #641: MINIFICPP-1024 - Fix CentOS and Fedora docker builds
URL: https://github.com/apache/nifi-minifi-cpp/pull/641#discussion_r321218009
 
 

 ##########
 File path: docker/centos/Dockerfile
 ##########
 @@ -35,7 +35,8 @@ ENV MINIFI_BASE_DIR /opt/minifi
 RUN mkdir -p $MINIFI_BASE_DIR 
 USER $USER
 
-RUN yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel gcc g++ sudo git which maven
+RUN yum -y install java-1.8.0-openjdk java-1.8.0-openjdk-devel gcc g++ sudo git which maven make
+RUN yum -y install openssl openssl-devel openssl-static
 
 Review comment:
   This is intended to be temporary until the third party compilations are fixed in MINIFICPP-1022

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services