From 3262847ad75e720963024edae5cb39a60e789678 Mon Sep 17 00:00:00 2001 From: Brandon Williams Date: Wed, 1 May 2024 15:04:55 -0500 Subject: [PATCH] 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