GauthamBanasandra commented on a change in pull request #3408:
URL: https://github.com/apache/hadoop/pull/3408#discussion_r705600241
##########
File path: dev-support/docker/Dockerfile_debian_10
##########
@@ -54,6 +49,20 @@ RUN apt-get -q update \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
+#####
+# For installing the latest packages
+#####
+RUN echo 'deb http://deb.debian.org/debian testing main' >>
/etc/apt/sources.list
+
+#####
+# Install GCC 9.3.0
Review comment:
My bad, I just checked, it's GCC 10.3.0. I've rectified it now.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]