mirror of
				https://github.com/jesseduffield/lazygit.git
				synced 2025-10-30 23:57:43 +02:00 
			
		
		
		
	remove the -o option from Dockerfile
This commit is contained in:
		
				
					committed by
					
						 Jesse Duffield
						Jesse Duffield
					
				
			
			
				
	
			
			
			
						parent
						
							63e2ccfccf
						
					
				
				
					commit
					1b6e46973e
				
			| @@ -5,7 +5,7 @@ | ||||
| FROM golang:alpine | ||||
| WORKDIR /go/src/github.com/jesseduffield/lazygit/ | ||||
| COPY ./ . | ||||
| RUN CGO_ENABLED=0 GOOS=linux go build -o lazygit . | ||||
| RUN CGO_ENABLED=0 GOOS=linux go build | ||||
|  | ||||
| FROM alpine:latest | ||||
| RUN apk add -U git xdg-utils | ||||
|   | ||||
		Reference in New Issue
	
	Block a user