add --no-install-recommends to ssh installation

This commit is contained in:
Teja Swaroop Pothala 2025-06-02 02:48:54 -04:00
parent f6e2465fc1
commit 116e46e7f4
No known key found for this signature in database
GPG Key ID: DEBCE0B52FABDAAC

View File

@ -44,7 +44,7 @@ else
# Install openssh-client on Ubuntu
if grep -q "ubuntu" /etc/os-release; then
apt-get install -y openssh-client
apt-get install -y openssh-client --no-install-recommends
fi
echo "generate locales for en_US.UTF-8"