Skip to content

Commit 48b1517

Browse files
authored
Test PR to verify GitHub Actions works (#9)
* Test PR to verify GitHub Actions works Signed-off-by: Annanay <annanayagarwal@gmail.com> * Test change Signed-off-by: Annanay <annanayagarwal@gmail.com>
1 parent 8bba806 commit 48b1517

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,13 @@ ARG PROTOC_GEN_GOGO_VERSION=ba06b47c162d49f2af050fb4c75bcbc86a159d5c
88
ARG PROTOC_GEN_LINT_VERSION=0.2.1
99
ARG UPX_VERSION=3.96
1010

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

1415
RUN mkdir -p /out
1516

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

0 commit comments

Comments
 (0)