From 37fcaa03d5b99ad52a66e13596f5716727c336de Mon Sep 17 00:00:00 2001 From: Cory Watson Date: Mon, 28 Aug 2017 09:13:45 -0700 Subject: [PATCH] wtf cory --- .travis.yml | 2 +- Dockerfile | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ed0d133c5..9a23d38be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ install: before_script: - go get -u github.com/ChimeraCoder/gojson/gojson - go get -u github.com/golang/protobuf/protoc-gen-go - - go get github.com/gogo/protobuf/protoc-gen-gofast + - go get -u github.com/gogo/protobuf/protoc-gen-gofast - go generate # We need to ignore changes to this one file # because the go-generated version will have a different diff --git a/Dockerfile b/Dockerfile index 0efba4307..3c546ac7f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,8 @@ ENV GOPATH=/go RUN apt-get update RUN apt-get install -y zip RUN go get -u -v github.com/ChimeraCoder/gojson/gojson -RUN go get -u -v github.com/golang/protobuf/protoc-gen-go +RUN go get -u github.com/golang/protobuf/protoc-gen-go +RUN go get -u github.com/gogo/protobuf/protoc-gen-gofast RUN wget https://github.com/google/protobuf/releases/download/v3.1.0/protoc-3.1.0-linux-x86_64.zip RUN unzip protoc-3.1.0-linux-x86_64.zip RUN cp bin/protoc /usr/bin/protoc