mirror of
https://github.com/certbot/certbot.git
synced 2026-06-06 23:32:06 -04:00
Remove a dependency not needed
This commit is contained in:
parent
168678b631
commit
9eb10d6df6
1 changed files with 1 additions and 2 deletions
|
|
@ -13,8 +13,7 @@ steps:
|
|||
libffi-dev \
|
||||
ca-certificates \
|
||||
nginx-light \
|
||||
openssl \
|
||||
expect
|
||||
openssl
|
||||
sudo systemctl stop nginx
|
||||
condition: startswith(variables['IMAGE_NAME'], 'ubuntu')
|
||||
displayName: Install Linux dependencies
|
||||
|
|
|
|||
Loading…
Reference in a new issue