Skip to content

Commit 01381e3

Browse files
committed
release v1.2.6-protobuf.1
1 parent 4f0e4cb commit 01381e3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install -y \
1313
awscli \
1414
ca-certificates \
1515
git-lfs \
16+
protobuf-compiler \
1617
&& apt-get clean \
1718
&& rm -rf /var/lib/apt/lists/*
1819

@@ -35,4 +36,7 @@ RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh \
3536
# golangci-lint
3637
RUN sh -c "curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh | sh -s -- -b $(go env GOPATH)/bin"
3738
RUN golangci-lint --version
39+
40+
# install protobuf for Go
41+
RUN GO111MODULE=on go get github.com/golang/protobuf/[email protected]
3842
COPY golangci.yml /golangci.yml

0 commit comments

Comments
 (0)