Skip to content

Commit 93ba254

Browse files
pdgendtnashif
authored andcommitted
base: Install grpcio-tools
Make sure grpcio-tools is installed to have protoc compiler in python. Signed-off-by: Pieter De Gendt <[email protected]>
1 parent 5f41c24 commit 93ba254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ RUN cd ${PYTHON_VENV_PATH}/bin && \
120120
RUN pip3 install --no-cache-dir \
121121
-r https://raw.githubusercontent.com/zephyrproject-rtos/zephyr/main/scripts/requirements.txt \
122122
-r https://raw.githubusercontent.com/zephyrproject-rtos/mcuboot/main/scripts/requirements.txt \
123-
GitPython imgtool junitparser junit2html numpy protobuf PyGithub \
123+
GitPython imgtool junitparser junit2html numpy protobuf grpcio-tools PyGithub \
124124
pylint sh statistics west \
125125
nrf-regtool~=9.0.1
126126
# Run pip check on x86 only for now, it fails on arm.

0 commit comments

Comments
 (0)