Merge pull request #27 from devindice/Cloud9-Change

Fixed command
This commit is contained in:
Devin Dice 2022-12-21 10:48:06 -05:00 committed by GitHub
commit 11c02e4a18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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