nicknezis commented on a change in pull request #3601:
URL: https://github.com/apache/incubator-heron/pull/3601#discussion_r467660555
##########
File path: docker/compile/deprecated/Dockerfile.ubuntu16.04
##########
@@ -49,6 +49,8 @@ RUN apt-get update && apt-get -y install \
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
+RUN update-alternatives --install /usr/bin/python python /usr/bin/python3 10
Review comment:
I moved both 14.04 (Well past the End of Life) and 16.04 (about to reach
End of Life) to the deprecated folder. I think they should be removed if they
don't support Python 3.6. Both images won't build successfully.
----------------------------------------------------------------
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]