From 35739165bcba76da863ba839b599cb3c43b6842d Mon Sep 17 00:00:00 2001 From: Ben Wu <12437227+BenWu@users.noreply.github.com> Date: Fri, 14 Jun 2024 12:18:46 -0400 Subject: [PATCH] Get buster-backports from archive.debian.org in ingestion-edge (#2602) --- ingestion-edge/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingestion-edge/Dockerfile b/ingestion-edge/Dockerfile index 4a3d1aa84..83f520322 100644 --- a/ingestion-edge/Dockerfile +++ b/ingestion-edge/Dockerfile @@ -13,7 +13,7 @@ ENV VENV=false RUN bin/build FROM base -RUN echo 'deb http://deb.debian.org/debian buster-backports main' >> /etc/apt/sources.list && \ +RUN echo 'deb http://archive.debian.org/debian buster-backports main' >> /etc/apt/sources.list && \ apt-get update && \ apt-get install -qqy --target-release buster-backports wrk COPY --from=build /usr/local /usr/local