Skip to content

Commit 60c85ae

Browse files
authored
Add buster archive source list (#3241)
1 parent b2bdf40 commit 60c85ae

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
# and takes longer to build but that is worth it.
1111
FROM bitnami/minideb:buster AS base
1212

13+
RUN echo "deb http://archive.debian.org/debian/ buster main" > /etc/apt/sources.list && \
14+
echo "deb http://archive.debian.org/debian-security/ buster/updates main" >> /etc/apt/sources.list
15+
1316
# TODO install_packages calls apt-get update and then nukes the list files after. We should avoid multiple calls to apt-get update.....
1417
# We could probably fix this by running the update and installs ourself with `RUN --mount type=cache` but that is "experimental"
1518

0 commit comments

Comments
 (0)