Skip to content

Commit

Permalink
Test PR to verify GitHub Actions works (#9)
Browse files Browse the repository at this point in the history
* Test PR to verify GitHub Actions works

Signed-off-by: Annanay <[email protected]>

* Test change

Signed-off-by: Annanay <[email protected]>
  • Loading branch information
annanay25 authored Feb 14, 2020
1 parent 8bba806 commit 48b1517
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ ARG PROTOC_GEN_GOGO_VERSION=ba06b47c162d49f2af050fb4c75bcbc86a159d5c
ARG PROTOC_GEN_LINT_VERSION=0.2.1
ARG UPX_VERSION=3.96


FROM alpine:${ALPINE_VERSION} as protoc_builder
RUN apk add --no-cache build-base curl automake autoconf libtool git zlib-dev

RUN mkdir -p /out


ARG GRPC_VERSION
RUN git clone --recursive --depth=1 -b v${GRPC_VERSION} https://github.com/grpc/grpc.git /grpc && \
ln -s /grpc/third_party/protobuf /protobuf && \
Expand Down

0 comments on commit 48b1517

Please sign in to comment.