diff --git a/install.sh b/install.sh index 356ac0df2a..af5c214d78 100644 --- a/install.sh +++ b/install.sh @@ -4,7 +4,7 @@ cd /tmp echo "Ensuring dependencies are installed..." -apt-get --yes install lxc wget 2>&1 > /dev/null +apt-get --yes install lxc wget bsdtar 2>&1 > /dev/null echo "Downloading docker binary..." wget -q https://dl.dropbox.com/u/20637798/docker.tar.gz 2>&1 > /dev/null