diff --git a/Dockerfile b/Dockerfile index 9d46fcb6a..12e33e4d5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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