fgerlits commented on a change in pull request #1098:
URL: https://github.com/apache/nifi-minifi-cpp/pull/1098#discussion_r646448149



##########
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:
       Java 8 was not available in Centos 8, so I changed it to Java 11, but 
forgot to update the JAVA_HOME line.  I would just update that to Java 11, too.




-- 
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]


Reply via email to