Skip to content

Commit

Permalink
-ldflags "-s -w"
Browse files Browse the repository at this point in the history
  • Loading branch information
rez1dent3 committed Dec 9, 2023
1 parent ffbbbde commit dc5a09c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ RUN mkdir /proto /stubs &&\
ln -s /go/src/github.com/bavix/gripmock/fix_gopackage.sh /bin/

RUN cd /go/src/github.com/bavix/gripmock/protoc-gen-gripmock &&\
go install -v &&\
go install -v -ldflags "-s -w" &&\
cd /go/src/github.com/bavix/gripmock &&\
go install -v
go install -v -ldflags "-s -w"

WORKDIR /go/src/github.com/bavix/gripmock

Expand Down

0 comments on commit dc5a09c

Please sign in to comment.