Fix docker build
diff --git a/ubuntu-16.04/scripts/docker.sh b/ubuntu-16.04/scripts/docker.sh
index 13b4629..780ee07 100644
--- a/ubuntu-16.04/scripts/docker.sh
+++ b/ubuntu-16.04/scripts/docker.sh
@@ -2,10 +2,10 @@
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 -
+echo "deb [arch=amd64] http://apt.tcpcloud.eu/nightly xenial main security extra tcp" >/etc/apt/sources.list
+curl -s http://apt.tcpcloud.eu/public.gpg | apt-key add -
-#apt-get update
+apt-get update
# Kernel makes no sense in docker, let base.sh know
touch /tmp/no_install_kernel