Changing go/pkg permissions
This allows them to be consistent with go/{bin,src}
This commit is contained in:
@@ -68,7 +68,7 @@ RUN apt-get update \
|
|||||||
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
|
&& echo $USERNAME ALL=\(root\) NOPASSWD:ALL > /etc/sudoers.d/$USERNAME \
|
||||||
&& chmod 0440 /etc/sudoers.d/$USERNAME \
|
&& chmod 0440 /etc/sudoers.d/$USERNAME \
|
||||||
# Add write permission for /go/pkg
|
# Add write permission for /go/pkg
|
||||||
&& chmod -R a+w /go/pkg \
|
&& chmod -R a+rwX /go/pkg \
|
||||||
#
|
#
|
||||||
# Clean up
|
# Clean up
|
||||||
&& apt-get autoremove -y \
|
&& apt-get autoremove -y \
|
||||||
|
|||||||
Reference in New Issue
Block a user