You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i am trying the same, docker-compose up was failign with the below error message
docker-compose up
Building server
Step 1/8 : FROM golang:alpine
---> 7e39d5d392d4
Step 2/8 : RUN apk update && apk add --no-cache ca-certificates git
---> Using cache
---> 69a2fbbe4f92
Step 3/8 : ADD . /go/src/app/
---> f48c4769ab88
Step 4/8 : RUN cd /go/src/app && go-wrapper download && go-wrapper install
---> Running in ae1afd295d02
/bin/sh: go-wrapper: not found
ERROR: Service 'server' failed to build: The command '/bin/sh -c cd /go/src/app && go-wrapper download && go-wrapper install' returned a non-zero code: 127
looks go-wrapper is missing. Can you fix this issue ?
it will be great if you can point sample go grpc call with envoy setup that will also great.
Thanks
Sreekumar VG
The text was updated successfully, but these errors were encountered:
Hi Sir,
When i am trying the same, docker-compose up was failign with the below error message
docker-compose up
Building server
Step 1/8 : FROM golang:alpine
---> 7e39d5d392d4
Step 2/8 : RUN apk update && apk add --no-cache ca-certificates git
---> Using cache
---> 69a2fbbe4f92
Step 3/8 : ADD . /go/src/app/
---> f48c4769ab88
Step 4/8 : RUN cd /go/src/app && go-wrapper download && go-wrapper install
---> Running in ae1afd295d02
/bin/sh: go-wrapper: not found
ERROR: Service 'server' failed to build: The command '/bin/sh -c cd /go/src/app && go-wrapper download && go-wrapper install' returned a non-zero code: 127
looks go-wrapper is missing. Can you fix this issue ?
it will be great if you can point sample go grpc call with envoy setup that will also great.
Thanks
Sreekumar VG
The text was updated successfully, but these errors were encountered: