mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 14:31:30 +02:00
Merge branch 'bugfix/KASM-7305-install_ssh_client_on_ubuntu_develop' into 'develop'
install ssh on ubuntu core Closes KASM-7305 See merge request kasm-technologies/internal/workspaces-core-images!285
This commit is contained in:
commit
ff3eb72a4f
@ -45,6 +45,11 @@ else
|
|||||||
apt-get install ${PARROTEXTRA} -y vim wget net-tools locales bzip2 wmctrl software-properties-common mesa-utils bc
|
apt-get install ${PARROTEXTRA} -y vim wget net-tools locales bzip2 wmctrl software-properties-common mesa-utils bc
|
||||||
fi
|
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"
|
echo "generate locales for en_US.UTF-8"
|
||||||
locale-gen en_US.UTF-8
|
locale-gen en_US.UTF-8
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user