blob: 3f2dc8268d54e76e9922cad7528fc0ad6122a2d5 [file] [log] [blame]
Filip Pytloun7b48fd22015-06-30 23:34:01 +02001# This should simulate preseed behavior
2
3apt-get -y install curl
4
Filip Pytloun4c969992017-02-20 14:42:09 +01005# Add apt-mk repository
6echo "deb [arch=amd64] http://apt-mk.mirantis.com/trusty/ nightly extra salt salt-latest" > /etc/apt/sources.list.d/apt-mk.list
7curl -sf http://apt-mk.mirantis.com/public.gpg | apt-key add -
Filip Pytloun7b48fd22015-06-30 23:34:01 +02008
9apt-get update
10
11# Kernel makes no sense in docker, let base.sh know
12touch /tmp/no_install_kernel