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 c1e0d8f commit 1575bbbCopy full SHA for 1575bbb
Dockerfile
@@ -9,7 +9,7 @@ ARG TAG=v23.01
9
ARG ARCH=x86-64-v2
10
11
WORKDIR /root
12
-RUN dnf install -y git rpm-build diffutils procps-ng pip python3-grpcio && dnf clean all
+RUN dnf install -y git rpm-build diffutils procps-ng pip python3-grpcio python3-grpcio-tools && dnf clean all
13
14
# hadolint ignore=DL3003
15
RUN git clone https://github.com/spdk/spdk --branch ${TAG} --depth 1 && \
0 commit comments