Skip to content

Commit b86b239

Browse files
committed
install libprotobuf-dev and protobuf-compiler-grpc
1 parent 4c769ee commit b86b239

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.devcontainer/rapids.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ RUN apt update -y \
2828
libboost-program-options-dev \
2929
libgrpc-dev \
3030
libgrpc++-dev \
31+
libprotobuf-dev \
32+
protobuf-compiler-grpc \
3133
&& rm -rf /tmp/* /var/tmp/* /var/cache/apt/* /var/lib/apt/lists/*;
3234

3335
ENV DEFAULT_VIRTUAL_ENV=rapids

0 commit comments

Comments
 (0)