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

View file

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