fix(devcontainer): install protoc to fix build (#3267)

This commit is contained in:
Josh Wiley
2025-07-07 14:02:03 -07:00
committed by GitHub
parent c12f02bb82
commit cce99a1065

View File

@@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y \
libdbus-1-dev \
gnome-keyring \
libxcb1-dev \
protobuf-compiler \
&& apt-get clean