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

Commit 879f79f

Browse files
committed
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).
1 parent 71f1491 commit 879f79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

containers/go/.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ RUN apt-get update \
6565
# Clean up
6666
&& apt-get autoremove -y \
6767
&& apt-get clean -y \
68-
&& rm -rf /var/lib/apt/lists/*
68+
&& rm -rf /var/lib/apt/lists/* /go/src

0 commit comments

Comments
 (0)