We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e8d9c commit b0fb43eCopy full SHA for b0fb43e
Dockerfile
@@ -5,7 +5,7 @@ COPY go.mod .
5
COPY go.sum .
6
RUN go mod download
7
COPY ./ /vim-bootstrap
8
-RUN go install -ldflags "-s -s" ./...
+RUN go install -ldflags "-w -s" ./...
9
10
FROM alpine:3.9
11
LABEL mantainer="[email protected]"
0 commit comments