blob: 146f98255c1d48c6d3fc7dbc72815f822a073812 [file] [log] [blame]
#!/bin/sh
set -e
apt-get update
# Install development tools.
apt-get install -y \
g++ \
clang-3.8 \
curl \
git
apt-get clean