martinzink commented on a change in pull request #1098: URL: https://github.com/apache/nifi-minifi-cpp/pull/1098#discussion_r646444127
########## File path: docker/debian/Dockerfile ########## @@ -28,7 +28,9 @@ ENV MINIFI_BASE_DIR /opt/minifi ENV MINIFI_HOME $MINIFI_BASE_DIR/nifi-minifi-cpp-$MINIFI_VERSION ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64/ -RUN apt-get update && apt-get install -y openjdk-11-jdk openjdk-11-source libpython3.7-dev sudo git maven libarchive13 cmake +RUN echo "deb http://deb.debian.org/debian buster-backports main" | tee -a /etc/apt/sources.list \ + && apt-get update && apt-get install -y openjdk-11-jdk openjdk-11-source libpython3.7-dev sudo git maven libarchive13 libtool \ Review comment: Not sure. I just modified the cmake source. It was changed in #1093 , and we are still using and installing java 8 in ubuntu for example. @fgerlits what should be here? -- 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]
