There was an error while loading. Please reload this page.
1 parent 713d6f8 commit 1dd66b3Copy full SHA for 1dd66b3
1 file changed
Dockerfile
@@ -1,5 +1,16 @@
1
FROM debian:jessie
2
3
+#
4
+# httpredir.debian.org is often unreliable
5
+# https://github.com/docker-library/buildpack-deps/issues/40
6
7
+
8
+RUN echo \
9
+ 'deb ftp://ftp.us.debian.org/debian/ jessie main\n \
10
+ deb ftp://ftp.us.debian.org/debian/ jessie-updates main\n \
11
+ deb http://security.debian.org jessie/updates main\n' \
12
+ > /etc/apt/sources.list
13
14
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
15
RUN echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main" > /etc/apt/sources.list.d/mongodb-org-3.0.list
16
RUN apt-get update && \
0 commit comments