mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-10 02:12:27 +01:00
Adjusting user
This commit is contained in:
parent
bd371deaa0
commit
523439e161
1 changed files with 2 additions and 2 deletions
|
|
@ -179,8 +179,8 @@ COPY rootfs /
|
|||
RUN rm -rf /workspace/*
|
||||
|
||||
|
||||
RUN useradd -u 99 -ms /bin/bash ubuntu
|
||||
RUN adduser ubuntu sudo
|
||||
RUN useradd -u 99 -aG sudo -ms /bin/bash ubuntu
|
||||
#RUN adduser ubuntu sudo
|
||||
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
|
||||
|
||||
# Install from user (not doing)
|
||||
|
|
|
|||
Loading…
Reference in a new issue