phrocker 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_r321258851
########## 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: Let's wait on 1022, then ---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services
