Cleanup caches
All checks were successful
publish-images / publish-vscode (push) Successful in 10m59s
All checks were successful
publish-images / publish-vscode (push) Successful in 10m59s
This commit is contained in:
parent
681b86e03f
commit
65c0898bf1
@ -19,7 +19,8 @@ RUN dnf update -y \
|
||||
RUN PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install \
|
||||
poetry \
|
||||
pip-audit \
|
||||
ipython
|
||||
ipython \
|
||||
&& rm -rf /root/.cache
|
||||
|
||||
# Install some go tools
|
||||
ENV GOBIN=/usr/local/bin
|
||||
@ -31,7 +32,8 @@ RUN go install github.com/haya14busa/goplay/cmd/goplay@latest \
|
||||
&& go install github.com/josharian/impl@latest \
|
||||
&& go install github.com/cweill/gotests/gotests@latest \
|
||||
&& go install golang.org/x/vuln/cmd/govulncheck@latest \
|
||||
&& rm -rf /root/go
|
||||
&& go clean -cache \
|
||||
&& rm -rf /root/go /root/.cache
|
||||
|
||||
ENV GOBIN=
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user