I get a "bash: sudo: command not found" error on LINUX (Debian) built on Docker

What happened

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

What i did

Examine the distribution

$ cat /etc/debian_version
10.5

sudo command installation

$ apt update  
$ apt install sudo  

Recommended Posts

I get a "bash: sudo: command not found" error on LINUX (Debian) built on Docker
Linux Ubuntu16.04 I got a little scary error when I ran a command using sudo
Command is not found in sudo
Completion of docker command on Linux
I get a Python No module named'encodings' error with the aws command
When the Linux command $ yum -y install gives an error (yum: command not found)
I built a TensorFlow environment on windows10
When I get a chromedriver error in Selenium
Try to create a new command on linux
When I run pipenv install <package name>, I get a "No matching distribution found for <package name>" error.
A story about go get but stumbling immediately after being assigned with command not found
I built an environment from centos installation to php source expansion on linux, but what to do when a browser error occurs