Skip to content

Commit 680c2d1

Browse files
committed
add libprotobuf-dev as per tonic recommendations
https://github.com/hyperium/tonic#dependencies for #112 Signed-off-by: clux <sszynrae@gmail.com>
1 parent b9fc8de commit 680c2d1

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
@@ -31,6 +31,7 @@ RUN apt-get update && apt-get install -y \
3131
autoconf \
3232
libtool \
3333
protobuf-compiler \
34+
libprotobuf-dev \
3435
--no-install-recommends && \
3536
rm -rf /var/lib/apt/lists/*
3637

0 commit comments

Comments
 (0)