blob: ba1beeb5599bf634b384a93b4a9da39014a65b5a [file] [log] [blame]
# This should simulate preseed behavior
apt-get -y install curl
echo "deb [arch=amd64] http://apt.tcpcloud.eu/nightly trusty main security extra tcp" >/etc/apt/sources.list
curl -s http://apt.tcpcloud.eu/public.gpg | apt-key add -
apt-get update
# Kernel makes no sense in docker, let base.sh know
touch /tmp/no_install_kernel