# This should simulate preseed behavior | |
apt-get -y install curl | |
# Add apt-mk repository | |
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 | |
# Kernel makes no sense in docker, let base.sh know | |
touch /tmp/no_install_kernel |