mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-09 18:02:22 +01:00
Fixed command
This commit is contained in:
parent
523439e161
commit
224cdd4d78
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ COPY rootfs /
|
|||
RUN rm -rf /workspace/*
|
||||
|
||||
|
||||
RUN useradd -u 99 -aG sudo -ms /bin/bash ubuntu
|
||||
RUN useradd -u 99 -G sudo -ms /bin/bash ubuntu
|
||||
#RUN adduser ubuntu sudo
|
||||
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue