mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-26 06:51:45 +02:00
add --no-install-recommends to ssh installation
This commit is contained in:
parent
536f8c46d7
commit
8f655c1361
@ -44,7 +44,7 @@ else
|
|||||||
|
|
||||||
# Install openssh-client on Ubuntu
|
# Install openssh-client on Ubuntu
|
||||||
if grep -q "ubuntu" /etc/os-release; then
|
if grep -q "ubuntu" /etc/os-release; then
|
||||||
apt-get install -y openssh-client
|
apt-get install -y openssh-client --no-install-recommends
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "generate locales for en_US.UTF-8"
|
echo "generate locales for en_US.UTF-8"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user