mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02:00
Merge branch 'bugfix/KASM-7305-install_ssh_client_on_ubuntu_1.15.0' into 'release/1.15.0'
install ssh on ubuntu core See merge request kasm-technologies/internal/workspaces-core-images!289
This commit is contained in:
commit
08fb6b3cce
@ -41,6 +41,11 @@ else
|
||||
apt-get install ${PARROTEXTRA} -y vim wget net-tools locales bzip2 wmctrl software-properties-common mesa-utils bc
|
||||
fi
|
||||
|
||||
# Install openssh-client on Ubuntu
|
||||
if grep -q "ubuntu" /etc/os-release; then
|
||||
apt-get install -y openssh-client --no-install-recommends
|
||||
fi
|
||||
|
||||
echo "generate locales for en_US.UTF-8"
|
||||
locale-gen en_US.UTF-8
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user