Skip to content

Commit

Permalink
Merge pull request #78 from bavix/BMA.SD-NONE.ldflags
Browse files Browse the repository at this point in the history
-ldflags "-s -w"
  • Loading branch information
rez1dent3 authored Dec 9, 2023
2 parents ffbbbde + dc5a09c commit 89b8c13
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 89b8c13

Please sign in to comment.