diff --git a/Dockerfile b/Dockerfile index a4ac77f8..b84fa930 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,8 +23,6 @@ RUN mkdir /proto /stubs &&\ RUN cd /go/src/github.com/bavix/gripmock/protoc-gen-gripmock &&\ go install -v &&\ - cd /go/src/github.com/bavix/gripmock/example/simple/client &&\ - go mod tidy &&\ cd /go/src/github.com/bavix/gripmock &&\ go install -v