Skip to content

Commit 478d4a3

Browse files
authored
Add protobuf to Dockerfile dependencies (#357)
1 parent 92c9fae commit 478d4a3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

dev/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ RUN apt-get update && apt-get install -y \
2323
libssl-dev \
2424
python3 \
2525
python3-pip \
26-
ruby
26+
ruby \
27+
protobuf-compiler
2728

29+
RUN pip install --break-system-packages grpcio-tools
2830

2931
RUN wget https://github.com/renode/renode/releases/download/v1.15.3/renode-1.15.3.linux-portable.tar.gz
3032
RUN mkdir renode_portable && tar -xvf renode-*.linux-portable.tar.gz -C renode_portable --strip-components=1 && rm renode-*.linux-portable.tar.gz

0 commit comments

Comments
 (0)