commit | bb87bb3e9bf656fac0de7b85a8807533e7e7db17 | [log] [tgz] |
---|---|---|
author | Filip Pytloun <filip@pytloun.cz> | Fri Jan 08 12:31:14 2016 +0100 |
committer | Filip Pytloun <filip@pytloun.cz> | Fri Jan 08 12:31:14 2016 +0100 |
tree | 2dc2300c40407e3eeb3ec9e71eb98ad234b94a0a | |
parent | ac2be79cb01ab828d39f09db4cd01f3dfa2f2b39 [diff] [blame] |
Fix apt-get update in docker.sh
diff --git a/debian-8/scripts/docker.sh b/debian-8/scripts/docker.sh index 9e06fb9..dc543e4 100644 --- a/debian-8/scripts/docker.sh +++ b/debian-8/scripts/docker.sh
@@ -1,5 +1,6 @@ # This should simulate preseed behavior +apt-get update apt-get -y install curl # Kernel makes no sense in docker, let base.sh know