Update mirrors from apt to mirror.mirantis.com
Change-Id: I856859a7bf2a1cc2d12fcb965e3b69c2a580cd2f
diff --git a/ubuntu-14.04/scripts/docker.sh b/ubuntu-14.04/scripts/docker.sh
index bd79ed8..82b9d59 100644
--- a/ubuntu-14.04/scripts/docker.sh
+++ b/ubuntu-14.04/scripts/docker.sh
@@ -5,8 +5,8 @@
# Add apt repository
echo "deb [arch=amd64] http://apt.mirantis.com/trusty/ nightly salt" > /etc/apt/sources.list.d/mcp_salt.list
-echo "deb [arch=amd64] http://apt.mirantis.com/trusty/ nightly extra" > /etc/apt/sources.list.d/mcp_extra.list
-curl -sf http://apt.mirantis.com/public.gpg | apt-key add -
+echo "deb [arch=amd64] http://mirror.mirantis.com/nightly/extra/trusty trusty main" > /etc/apt/sources.list.d/mcp_extra.list
+curl -sf http://mirror.mirantis.com/nightly/extra/trusty/archive-extra.key | apt-key add -
apt-get clean
apt-get update