From 1b6e46973ebfdb6ba873fac6a2ce05bb1f8db8c1 Mon Sep 17 00:00:00 2001 From: skanehira Date: Sat, 2 Mar 2019 19:36:35 +0900 Subject: remove the -o option from Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3