sudo
Executes a single command as the superuser or another user. More information: <https://www.sudo.ws/sudo.html>.
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