検証環境
docker
$ docker pull centos
[root@75fcd02c921a /]# cat /etc/redhat-release
CentOS Linux release 7.3.1611 (Core)
解決方法について
centos
# インストールされているかの確認
root@75fcd02c921a /# yum list installed | grep sudo
root@75fcd02c921a /# yum install -y sudo
Loaded plugins: fastestmirror, ovl
base | 3.6 kB 00:00:00
extras
(省略)
# 再度インストールされているかの確認
root@75fcd02c921a /]# yum list installed | grep sudo
sudo.x86_64 1.8.6p7-23.el7_3 @updates # 入っています。