phrocker commented on a change in pull request #602: MINIFICPP-939: Install deps up front on certian systems. Change cento… URL: https://github.com/apache/nifi-minifi-cpp/pull/602#discussion_r298619303
########## File path: docker/centos/Dockerfile ########## @@ -35,7 +35,7 @@ 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 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 Review comment: not entirely necessary as bootstrap will install it but this is easier to see in the output. ---------------------------------------------------------------- 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
