Skip to content

Commit 1575bbb

Browse files
committed
dnf: install grpcio-tools explicitly
Signed-off-by: Boris Glimcher <[email protected]>
1 parent c1e0d8f commit 1575bbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ARG TAG=v23.01
99
ARG ARCH=x86-64-v2
1010

1111
WORKDIR /root
12-
RUN dnf install -y git rpm-build diffutils procps-ng pip python3-grpcio && dnf clean all
12+
RUN dnf install -y git rpm-build diffutils procps-ng pip python3-grpcio python3-grpcio-tools && dnf clean all
1313

1414
# hadolint ignore=DL3003
1515
RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1 && \

0 commit comments

Comments
 (0)