Skip to content

Commit 5b40036

Browse files
committed
feat: install protobuf-compiler to add protoc
tonic-build require protoc cli tool to generate the codes, install protobuf-compiler allow user can use this image to build tonic codes directly Signed-off-by: Sherlock Holo <sherlockya@gmail.com>
1 parent b9e24b2 commit 5b40036

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ RUN apt-get update && apt-get install -y \
2929
automake \
3030
autoconf \
3131
libtool \
32+
protobuf-compiler \
3233
--no-install-recommends && \
3334
rm -rf /var/lib/apt/lists/*
3435

0 commit comments

Comments
 (0)