Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
Signed-off-by: Dogan Ulus <[email protected]>
  • Loading branch information
doganulus committed Mar 9, 2024
1 parent e899e67 commit f887b35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/*

RUN groupadd work -g $GID \
&& useradd -ms /bin/bash $USER -g $GID -u $UID \
&& printf "$USER:$USER" | chpasswd \
&& printf "$USER ALL= NOPASSWD: ALL\\n" >> /etc/sudoers
&& useradd -ms /bin/bash $USER -g $GID -u $UID \
&& printf "$USER:$USER" | chpasswd \
&& printf "$USER ALL= NOPASSWD: ALL\\n" >> /etc/sudoers

USER $USER
WORKDIR $HOME
Expand Down

0 comments on commit f887b35

Please sign in to comment.