sudoedit
Provide limited super user privileges to specific users
RUN apt-get update && \
apt-get install -y sudo
RUN apt-get update && \
apt-get install -y sudo
RUN apk add sudo
RUN pacman -S --noconfirm sudo
RUN apt-get update && \
apt-get install -y sudo
RUN yum install -y sudo
RUN dnf install -y sudo
RUN apt-get update && \
apt-get install -y sudo