blob: 79cc2cd53e626cf82f3ae6048396c33c2f4a364e [file] [log] [blame]
set -ex
apt-get update
apt-get install -y --no-install-recommends ca-certificates
# For building Go's bootstrap 'dist' prog
apt-get install -y --no-install-recommends gcc libc6-dev
# For interacting with the Go source & subrepos:
apt-get install -y --no-install-recommends git-core
# For fetching go1.4
apt-get install -y --no-install-recommends curl
apt-get clean
rm -fr /var/lib/apt/lists