Remove a dependency not needed

This commit is contained in:
Adrien Ferrand 2020-06-30 21:23:55 +02:00
parent 168678b631
commit 9eb10d6df6

View file

@ -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