Skip to content
This repository has been archived by the owner on Nov 30, 2023. It is now read-only.

Commit

Permalink
Merge pull request #227 from whesleybarnard/master
Browse files Browse the repository at this point in the history
Added write permission for /go/pkg in go container.
  • Loading branch information
Chuxel authored Feb 4, 2020
2 parents 08d965f + 9866a2c commit 4d39e2e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions containers/go/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ RUN apt-get update \
&& apt-get install -y sudo \
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
&& chmod 0440 /etc/sudoers.d/$USERNAME \
# Add write permission for /go/pkg
&& chmod -R a+w /go/pkg \
#
# Clean up
&& apt-get autoremove -y \
Expand Down

0 comments on commit 4d39e2e

Please sign in to comment.