Skip to content

Commit

Permalink
feat: Add protobuf and grpcio-tools packages for studio.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Jul 8, 2024
1 parent 7e2cfbc commit 5e715b8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN \
ccache \
file \
gcc \
g++ \
"${gcc_multilib}" \
git \
gperf \
Expand All @@ -27,8 +28,9 @@ RUN \
ssh \
&& pip3 install \
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/v${ZEPHYR_VERSION}/scripts/requirements-base.txt \
&& pip3 install cmake \
&& pip3 install cmake protobuf grpcio-tools \
&& apt-get remove -y --purge \
g++ \
python3-dev \
python3-pip \
python3-setuptools \
Expand Down

0 comments on commit 5e715b8

Please sign in to comment.