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