Skip to content

Commit

Permalink
MF-597 - Removed legacy code as not needed anymore (absmach#598)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
mteodor authored and davide83 committed May 13, 2019
1 parent 2d36184 commit f37cfc8
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f37cfc8

Please sign in to comment.