Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

missing go-wrapper #5

Open
sreekumar-vg opened this issue Jul 11, 2019 · 0 comments
Open

missing go-wrapper #5

sreekumar-vg opened this issue Jul 11, 2019 · 0 comments

Comments

@sreekumar-vg
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant