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