michaelsembwever commented on code in PR #93:
URL: https://github.com/apache/cassandra-builds/pull/93#discussion_r1263353907


##########
docker/testing/ubuntu2004_j11.docker:
##########
@@ -26,10 +26,15 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
     apt-get install -y --no-install-recommends software-properties-common 
apt-utils vim && \
     apt-get install -y lsof
 
+RUN export DEBIAN_FRONTEND=noninteractive && \
+    add-apt-repository ppa:git-core/ppa && \
+    apt-get update && \
+    apt-get install -y git

Review Comment:
   what version of git do you need?
   what version is ubuntu:20.04 providing? 
   
   we want a clear comment about this being temporary and when it can be 
removed.



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