blob: ba1beeb5599bf634b384a93b4a9da39014a65b5a [file] [log] [blame]
Filip Pytloun7b48fd22015-06-30 23:34:01 +02001# This should simulate preseed behavior
2
3apt-get -y install curl
4
Filip Pytloun97b37c02015-07-13 14:10:40 +02005echo "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 -
Filip Pytloun7b48fd22015-06-30 23:34:01 +02007
8apt-get update
9
10# Kernel makes no sense in docker, let base.sh know
11touch /tmp/no_install_kernel