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

Commit 2877b82

Browse files
authored
Merge pull request #139 from metcalfc/go-cleanup
Add the go src directory to the clean up.
2 parents 71f1491 + 879f79f commit 2877b82

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)