mirror of
https://github.com/block/goose.git
synced 2026-04-26 10:40:45 +00:00
fix(devcontainer): install protoc to fix build (#3267)
This commit is contained in:
parent
c12f02bb82
commit
cce99a1065
1 changed files with 1 additions and 0 deletions
|
|
@ -7,4 +7,5 @@ RUN apt-get update && apt-get install -y \
|
|||
libdbus-1-dev \
|
||||
gnome-keyring \
|
||||
libxcb1-dev \
|
||||
protobuf-compiler \
|
||||
&& apt-get clean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue