I have this Dockerfile:
Dockerfile
FROM debian RUN useradd bar && usermod -aG sudo bar RUN echo bar:12345 | chpasswd RUN apt-get update && apt-