diff --git a/Dockerfile b/Dockerfile index 1f7cb301e..73379b192 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ COPY go.mod . COPY go.sum . RUN go mod download COPY ./ /vim-bootstrap -RUN go install -ldflags "-s -s" ./... +RUN go install -ldflags "-w -s" ./... FROM alpine:3.9 LABEL mantainer="t@avelino.xxx"