Merge pull request #18 from marcelom/marcelom-patch-2

Changing go/pkg permissions
This commit is contained in:
Chuck Lantz
2020-02-14 15:37:33 -08:00
committed by GitHub

View File

@@ -68,7 +68,7 @@ RUN apt-get update \
&& 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 \
&& chmod -R a+rwX /go/pkg \
#
# Clean up
&& apt-get autoremove -y \