Skip to content

Commit

Permalink
Use archive.debian.org for Debian:9
Browse files Browse the repository at this point in the history
Signed-off-by: Martin Tzvetanov Grigorov <[email protected]>
  • Loading branch information
martin-g committed Oct 5, 2023
1 parent 6a1897b commit c1e64e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/base-glibc-busybox-bash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ FROM "debian:${debian_version}-slim" AS build_base
# (or not want) to include.
# Use old Debian version to ensure compatible (low glibc requirement) binaries.
FROM debian:9-slim AS busybox_builder
RUN echo "deb http://archive.debian.org/debian/ stretch main contrib non-free" > /etc/apt/sources.list
RUN echo "deb http://archive.debian.org/debian/ stretch-proposed-updates main contrib non-free" >> /etc/apt/sources.list
RUN echo "deb http://archive.debian.org/debian-security stretch/updates main contrib non-free" >> /etc/apt/sources.list
RUN apt-get update && \
apt-get install -y \
bzip2 curl ca-certificates tar gcc gnupg dirmngr make
Expand Down

0 comments on commit c1e64e2

Please sign in to comment.