Skip to content

Commit

Permalink
remove the -o option from Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
skanehira authored and jesseduffield committed Mar 8, 2019
1 parent 63e2ccf commit 1b6e469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1b6e469

Please sign in to comment.