From 0f43ead3216b53e0be37445558e166f2810aedb7 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Fri, 19 May 2017 09:49:03 +0200 Subject: [PATCH] Add $GOPATH/bin in /usr/local/bin:/usr/local/sbin::/Users/moul/mbin:/Users/moul/mbin2:/Users/moul/node_modules/.bin:/usr/local/share/npm/bin:/bin:/sbin:/usr/bin:/usr/sbin:/Users/moul/go/bin env var --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index b3e1aa9..30e5c60 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,3 +3,4 @@ RUN apk --update add make git go rsync COPY . /go/src/github.com/moul/protoc-gen-gotemplate WORKDIR /go/src/github.com/moul/protoc-gen-gotemplate RUN go install . +ENV PATH=${PATH}:${GOPATH}/bin