mirror of
https://github.com/certbot/certbot.git
synced 2026-07-28 08:45:19 +02:00
apt-get install dpkg-dev (fixes #276)
This commit is contained in:
+7
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user