From 879f79f181e30ddcb2d25db73f641eb33bf9b7a6 Mon Sep 17 00:00:00 2001 From: Chad Metcalf Date: Tue, 22 Oct 2019 13:51:30 -0700 Subject: [PATCH] Add the go src directory to the clean up. This saves about 130 megs. Not a huge deal if local but if folks end up pushing to a registry is nice (~>10% reduction). --- containers/go/.devcontainer/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/go/.devcontainer/Dockerfile b/containers/go/.devcontainer/Dockerfile index 12623dea3c..e019fdd061 100644 --- a/containers/go/.devcontainer/Dockerfile +++ b/containers/go/.devcontainer/Dockerfile @@ -65,4 +65,4 @@ RUN apt-get update \ # Clean up && apt-get autoremove -y \ && apt-get clean -y \ - && rm -rf /var/lib/apt/lists/* \ No newline at end of file + && rm -rf /var/lib/apt/lists/* /go/src