goiri commented on a change in pull request #3408:
URL: https://github.com/apache/hadoop/pull/3408#discussion_r705592136



##########
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:
       It should be mentioned in the comment if so.

##########
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:
       There's no 10 in debian testing?




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

Reply via email to