Install ed from bullseye repo

Patch by brandonwilliams; reviewed by smiklosovic for CASSANDRA-19606
This commit is contained in:
Brandon Williams 2024-05-01 15:04:55 -05:00
parent d1101eeccc
commit 3262847ad7
1 changed files with 1 additions and 1 deletions

View File

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