We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92c9fae commit 478d4a3Copy full SHA for 478d4a3
1 file changed
dev/Dockerfile
@@ -23,8 +23,10 @@ RUN apt-get update && apt-get install -y \
23
libssl-dev \
24
python3 \
25
python3-pip \
26
- ruby
+ ruby \
27
+ protobuf-compiler
28
29
+RUN pip install --break-system-packages grpcio-tools
30
31
RUN wget https://github.com/renode/renode/releases/download/v1.15.3/renode-1.15.3.linux-portable.tar.gz
32
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