Skip to content

Commit

Permalink
Get buster-backports from archive.debian.org in ingestion-edge (#2602)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWu committed Jun 14, 2024
1 parent 2618cb6 commit 3573916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ingestion-edge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3573916

Please sign in to comment.