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

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


The following commit(s) were added to refs/heads/cassandra-5.0 by this push:
     new 3262847ad7 Install ed from bullseye repo
3262847ad7 is described below

commit 3262847ad75e720963024edae5cb39a60e789678
Author: Brandon Williams <brandonwilli...@apache.org>
AuthorDate: Wed May 1 15:04:55 2024 -0500

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

diff --git a/.build/docker/bullseye-build.docker 
b/.build/docker/bullseye-build.docker
index 92881aeba1..c6c2928dc4 100644
--- a/.build/docker/bullseye-build.docker
+++ b/.build/docker/bullseye-build.docker
@@ -37,7 +37,7 @@ 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 sudo \
+        && apt-get -y install ant build-essential curl devscripts ed git sudo \
                 python3-pip rsync procps dh-python quilt bash-completion ; \
     do echo "apt failed… trying again in 10s… " ; sleep 10 ; done
 


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

Reply via email to