From ffa29bae607efca79bdc1e8daa2fd84e1ff8c24a Mon Sep 17 00:00:00 2001 From: virusdefender <1670873886@qq.com> Date: Sat, 9 Jan 2016 00:12:59 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=98=BF=E9=87=8C=E4=BA=91?= =?UTF-8?q?=E7=9A=84=20debian=20=E6=BA=90=E7=94=A8=E4=BA=8E=E5=AE=89?= =?UTF-8?q?=E8=A3=85=20nodes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfiles/oj_web_server/sources.list | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 dockerfiles/oj_web_server/sources.list diff --git a/dockerfiles/oj_web_server/sources.list b/dockerfiles/oj_web_server/sources.list new file mode 100644 index 00000000..67caf139 --- /dev/null +++ b/dockerfiles/oj_web_server/sources.list @@ -0,0 +1,8 @@ +deb http://mirrors.aliyun.com/debian wheezy main contrib non-free +deb-src http://mirrors.aliyun.com/debian wheezy main contrib non-free + +deb http://mirrors.aliyun.com/debian wheezy-updates main contrib non-free +deb-src http://mirrors.aliyun.com/debian wheezy-updates main contrib non-free + +deb http://mirrors.aliyun.com/debian-security wheezy/updates main contrib non-free +deb-src http://mirrors.aliyun.com/debian-security wheezy/updates main contrib non-free \ No newline at end of file