Compare commits
No commits in common. "681b86e03fea0047fa37fde1f20e9b97e343f391" and "43d0940af59d3d0f4b77e9b98bf6d13970207139" have entirely different histories.
681b86e03f
...
43d0940af5
@ -18,7 +18,6 @@ RUN dnf update -y \
|
||||
# Install some python tools
|
||||
RUN PIPX_HOME=/usr/local/lib/pipx PIPX_BIN_DIR=/usr/local/bin pipx install \
|
||||
poetry \
|
||||
pip-audit \
|
||||
ipython
|
||||
|
||||
# Install some go tools
|
||||
@ -30,7 +29,6 @@ RUN go install github.com/haya14busa/goplay/cmd/goplay@latest \
|
||||
&& go install github.com/fatih/gomodifytags@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
|
||||
|
||||
ENV GOBIN=
|
||||
|
Loading…
x
Reference in New Issue
Block a user