Setting '-y' has been added to installation of apt-transport-https

This commit is contained in:
Andrey Mishechkin (Akvelon INC)
2020-02-20 13:49:38 +04:00
parent 4851448fc3
commit fc972505b7

View File

@@ -9,7 +9,7 @@ LSB_RELEASE=$(lsb_release -rs)
# Install Microsoft repository
wget https://packages.microsoft.com/config/ubuntu/$LSB_RELEASE/packages-microsoft-prod.deb
dpkg -i packages-microsoft-prod.deb
apt-get install apt-transport-https
apt-get install -y apt-transport-https
# Install Microsoft GPG public key
curl -L https://packages.microsoft.com/keys/microsoft.asc | apt-key add -