Skip to content

Commit 539a7a6

Browse files
authored
chore(ci): update apt sources for Debian 9 docker image (#1449)
1 parent b0244ae commit 539a7a6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/docker/debian9-deb.Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
FROM debian:9
22

3+
# Debian 9 (strech) packages have been moved from deb.debian.org to archive.debian.org
4+
RUN /bin/echo -e 'deb http://archive.debian.org/debian stretch main\ndeb http://archive.debian.org/debian-security stretch/updates main\ndeb http://archive.debian.org/debian stretch main\n' > /etc/apt/sources.list
5+
36
ARG artifact_url=""
47
ADD ${artifact_url} /tmp
58
ADD node_modules /usr/share/mongodb-crypt-library-version/node_modules

0 commit comments

Comments
 (0)