Merge pull request #26 from devindice/Cloud9-Change

Adjusting user
This commit is contained in:
Devin Dice 2022-09-29 15:19:14 -04:00 committed by GitHub
commit 0f12dd807a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -179,8 +179,8 @@ COPY rootfs /
RUN rm -rf /workspace/* RUN rm -rf /workspace/*
RUN useradd -u 99 -ms /bin/bash ubuntu RUN useradd -u 99 -aG sudo -ms /bin/bash ubuntu
RUN adduser ubuntu sudo #RUN adduser ubuntu sudo
RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers RUN echo '%sudo ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
# Install from user (not doing) # Install from user (not doing)