aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects
diff options
context:
space:
mode:
Diffstat (limited to 'projects')
-rw-r--r--projects/spdk/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/projects/spdk/Dockerfile b/projects/spdk/Dockerfile
index 9ac85748..951bf604 100644
--- a/projects/spdk/Dockerfile
+++ b/projects/spdk/Dockerfile
@@ -16,6 +16,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update && apt-get install -y make curl yasm autoconf libtool meson nasm
+RUN pip3 install --upgrade pip
RUN git clone --depth 1 https://github.com/spdk/spdk && \
cd spdk && \
git submodule update --init