Skip to content

Commit

Permalink
Merge pull request #63 from blue-genie/VS-fails-to-write-to-robin-hom…
Browse files Browse the repository at this point in the history
…e-dir

Set the right permissions for robin home dir.
  • Loading branch information
nelsonjchen authored Dec 8, 2023
2 parents 1fc46c6 + 61d86a0 commit 85569a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ RUN groupadd --gid $USER_GID $USERNAME \
&& apt-get update \
&& apt-get install -y sudo \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME
&& chmod 0440 /etc/sudoers.d/$USERNAME \
&& chown $USERNAME /home/$USERNAME

# ********************************************************
# * Anything else you want to do like clean up goes here *
Expand Down

0 comments on commit 85569a6

Please sign in to comment.