No salt-latest component in docker.sh
Change-Id: I618091b70b984dc4539776fb3109ba1a6297b2b0
diff --git a/ubuntu-14.04/scripts/docker.sh b/ubuntu-14.04/scripts/docker.sh
index 3f2dc82..b49a6ee 100644
--- a/ubuntu-14.04/scripts/docker.sh
+++ b/ubuntu-14.04/scripts/docker.sh
@@ -3,7 +3,7 @@
apt-get -y install curl
# Add apt-mk repository
-echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty/ nightly extra salt salt-latest" > /etc/apt/sources.list.d/apt-mk.list
+echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty/ nightly extra salt" > /etc/apt/sources.list.d/apt-mk.list
curl -sf http://apt-mk.mirantis.com/public.gpg | apt-key add -
apt-get update
diff --git a/ubuntu-16.04/scripts/docker.sh b/ubuntu-16.04/scripts/docker.sh
index 59bfdfe..05c9b31 100644
--- a/ubuntu-16.04/scripts/docker.sh
+++ b/ubuntu-16.04/scripts/docker.sh
@@ -4,7 +4,7 @@
apt-get -y install curl
# Add apt-mk repository
-echo "deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra salt salt-latest" > /etc/apt/sources.list.d/apt-mk.list
+echo "deb [arch=amd64] http://apt-mk.mirantis.com/xenial/ nightly extra salt" > /etc/apt/sources.list.d/apt-mk.list
curl -sf http://apt-mk.mirantis.com/public.gpg | apt-key add -
apt-get clean