Add protobuf-compiler package

This commit is contained in:
Ribbon 2023-08-25 13:42:14 +00:00
parent 77c95bd7f6
commit c8011954b6
2 changed files with 13 additions and 5 deletions

View file

@ -48,7 +48,8 @@ RUN apt-get update \
clang \
perl \
doxygen \
ant
ant \
protobuf-compiler
# _UID_ must be replaced with the user's uid on host
# podman root is mapped to your user id on host during build,