diff --git a/Dockerfile b/Dockerfile index f4eacbe..f1a15c0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,5 @@ RUN apk --update add make git go rsync libc-dev \ # Install protoc-gen-gotemplate COPY . /go/src/github.com/moul/protoc-gen-gotemplate WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate +RUN git remote set-url origin https://github.com/moul/protoc-gen-gotemplate RUN go install . ./cmd/web-editor