MF-597 - Removed legacy code as not needed anymore (#598)

* Removed legacy code as not needed anymore

Signed-off-by: mteodor <mirko.teodorovic@gmail.com>

* Small correction

Signed-off-by: mteodor <mirko.teodorovic@gmail.com>

* Remove git as not needed

Signed-off-by: mteodor <mirko.teodorovic@gmail.com>
This commit is contained in:
Mirko Teodorovic 2019-02-15 18:35:52 +01:00 committed by Nikola Marčetić
parent c418a9a4cf
commit 2ee0ed18e0
1 changed files with 1 additions and 5 deletions

View File

@ -4,11 +4,7 @@ ARG SVC_NAME
WORKDIR /go/src/github.com/mainflux/mainflux
COPY . .
RUN apk update \
&& apk add make protobuf git \
&& go get -u github.com/golang/protobuf/protoc-gen-go \
&& go get github.com/gogo/protobuf/protoc-gen-gofast \
&& go get -u google.golang.org/grpc \
&& make proto \
&& apk add make\
&& make $SVC_NAME \
&& mv build/mainflux-$SVC_NAME /exe