diff --git a/bootstrap/ubuntu.sh b/bootstrap/ubuntu.sh index f3e8088d9..a5388482a 100755 --- a/bootstrap/ubuntu.sh +++ b/bootstrap/ubuntu.sh @@ -2,9 +2,14 @@ # Tested with: # - 12.04 (Travis) -# - 14.04 (Vagrant) +# - 14.04 (digitalocean x64, Vagrant) +# - 14.10 (digitalocean x64) + +# dpkg-dev: dpkg-architecture binary necessary to compile M2Crypto, c.f. +# #276, https://github.com/martinpaljak/M2Crypto/issues/62, +# M2Crypto setup.py:add_multiarch_paths sudo apt-get update sudo apt-get install -y --no-install-recommends \ python python-setuptools python-virtualenv python-dev gcc swig \ - dialog libaugeas0 libssl-dev libffi-dev ca-certificates + dialog libaugeas0 libssl-dev libffi-dev ca-certificates dpkg-dev