Compare commits
	
		
			2 Commits
		
	
	
		
			43d0940af5
			...
			681b86e03f
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 681b86e03f | |||
| bac1e236dc | 
@@ -18,6 +18,7 @@ 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
 | 
			
		||||
@@ -29,6 +30,7 @@ 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=
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user