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

Commit

Permalink
Merge pull request #139 from metcalfc/go-cleanup
Browse files Browse the repository at this point in the history
Add the go src directory to the clean up.
  • Loading branch information
Chuxel authored Oct 30, 2019
2 parents 71f1491 + 879f79f commit 2877b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/go/.devcontainer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ RUN apt-get update \
# Clean up
&& apt-get autoremove -y \
&& apt-get clean -y \
&& rm -rf /var/lib/apt/lists/*
&& rm -rf /var/lib/apt/lists/* /go/src

0 comments on commit 2877b82

Please sign in to comment.