Changing go/pkg permissions

This allows them to be consistent with go/{bin,src}
This commit is contained in:
Marcelo
2020-02-14 09:26:32 -08:00
committed by GitHub
parent d630f10d45
commit 19d0c27517

View File

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