We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0244ae commit 539a7a6Copy full SHA for 539a7a6
scripts/docker/debian9-deb.Dockerfile
@@ -1,5 +1,8 @@
1
FROM debian:9
2
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
+
6
ARG artifact_url=""
7
ADD ${artifact_url} /tmp
8
ADD node_modules /usr/share/mongodb-crypt-library-version/node_modules
0 commit comments