dongjoon-hyun commented on a change in pull request #655:
URL: https://github.com/apache/orc/pull/655#discussion_r595399669



##########
File path: docker/ubuntu18/Dockerfile
##########
@@ -32,9 +33,9 @@ RUN apt-get install -y \
   make \
   curl \
   maven \
-  openjdk-8-jdk \
+  openjdk-${jdk}-jdk \
   tzdata
-RUN update-java-alternatives --set java-1.8.0-openjdk-amd64
+RUN update-java-alternatives --set java-1.${jdk}.0-openjdk-amd64

Review comment:
       Ur, is this correct, `java-1.11.0-openjdk-amd64`?




----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to