Skip to content

Commit

Permalink
remove go.tar.gz after unpack
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Sep 25, 2023
1 parent 34b389b commit 157e86e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ RUN apt update && \
apt install -y wget gpg && \
wget -O go.tar.gz https://go.dev/dl/go1.21.1.linux-amd64.tar.gz && \
tar -C /usr/local -xzf go.tar.gz && \
rm go.tar.gz && \
mv /usr/local/go/* /usr/local/ && \
chmod +x /usr/local/bin/go /usr/local/bin/gofmt && \
/usr/local/bin/go install -v golang.org/x/tools/gopls@latest && \
Expand Down

0 comments on commit 157e86e

Please sign in to comment.