mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 08:05:55 +02:00
Bootstrap Debian: one dep per line
This commit is contained in:
@@ -45,5 +45,15 @@ fi
|
||||
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends \
|
||||
python python-setuptools "$virtualenv" python-dev gcc swig \
|
||||
dialog libaugeas0 libssl-dev libffi-dev ca-certificates dpkg-dev
|
||||
python \
|
||||
python-setuptools \
|
||||
"$virtualenv" \
|
||||
python-dev \
|
||||
gcc \
|
||||
swig \
|
||||
dialog \
|
||||
libaugeas0 \
|
||||
libssl-dev \
|
||||
libffi-dev \
|
||||
ca-certificates \
|
||||
dpkg-dev \
|
||||
|
||||
Reference in New Issue
Block a user