I entered the LINUX container built on Docker with SSH and hit the sudo command, but it didn't pass.
$ sudo hogehoge
bash: sudo: command not found
$ cat /etc/debian_version
10.5
$ apt update
$ apt install sudo
Recommended Posts