Skip to content

Commit 7923c81

Browse files
authored
Merge pull request #106 from Sherlock-Holo/protobuf-compiler
feat: install protobuf-compiler to add protoc
2 parents b9e24b2 + 5b40036 commit 7923c81

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)