Filip Pytloun | 7ae5c75 | 2016-01-15 13:48:38 +0100 | [diff] [blame^] | 1 | # This should simulate preseed behavior |
2 | |||||
3 | apt-get -y install curl | ||||
4 | |||||
5 | echo "deb [arch=amd64] http://apt.tcpcloud.eu/nightly trusty main security extra tcp" >/etc/apt/sources.list | ||||
6 | curl -s http://apt.tcpcloud.eu/public.gpg | apt-key add - | ||||
7 | |||||
8 | apt-get update | ||||
9 | |||||
10 | # Kernel makes no sense in docker, let base.sh know | ||||
11 | touch /tmp/no_install_kernel |