This is an automated email from the ASF dual-hosted git repository.

brandonwilliams pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/cassandra-builds.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 4ec20b6  Install ed from bullseye
4ec20b6 is described below

commit 4ec20b6979cb97ce5b8f1ecb817cf22ecf92bcae
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed May 1 14:46:15 2024 -0500

    Install ed from bullseye
    
    Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19606
---
 docker/bullseye-image.docker | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docker/bullseye-image.docker b/docker/bullseye-image.docker
index 728b107..e4b56a0 100644
--- a/docker/bullseye-image.docker
+++ b/docker/bullseye-image.docker
@@ -23,7 +23,7 @@ RUN echo 'Acquire::http::Timeout "60";' > 
/etc/apt/apt.conf.d/80proxy.conf
 RUN echo 'Acquire::ftp::Timeout "60";' >> /etc/apt/apt.conf.d/80proxy.conf
 
 # install deps
-RUN until apt-get update && apt-get -y install ant build-essential curl 
devscripts git python2 sudo ; \
+RUN until apt-get update && apt-get -y install ant build-essential curl 
devscripts ed git python2 sudo ; \
     do echo "apt failed… trying again in 10s… " ; sleep 10 ; done
 
 RUN echo 'deb http://deb.debian.org/debian sid main' >> /etc/apt/sources.list


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org
For additional commands, e-mail: commits-h...@cassandra.apache.org

Reply via email to