From 38768205910cf19937f6294a0cb2e17fab4a5dd6 Mon Sep 17 00:00:00 2001 From: Jeffrey Paul Date: Mon, 11 Apr 2016 02:33:48 +0200 Subject: [PATCH] added docker host url to mirrors.txt --- mirror/syncubuntu.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mirror/syncubuntu.sh b/mirror/syncubuntu.sh index 23a713f..2627013 100755 --- a/mirror/syncubuntu.sh +++ b/mirror/syncubuntu.sh @@ -20,4 +20,6 @@ debmirror \ --method=http \ $DST/ubuntu +echo "http://172.17.0.1/ubuntu/" > $DST/ubuntu/mirrors.txt + chmod -R a+rX $DST/ubuntu