diff --git a/resources/Dockerfile b/resources/Dockerfile index a673f7252..3680377a0 100644 --- a/resources/Dockerfile +++ b/resources/Dockerfile @@ -116,6 +116,7 @@ RUN if [ "$TARGETARCH" = "amd64" ]; then \ && git submodule update --init \ && apt-get update \ && ./scripts/pkgdep.sh \ + && apt-get clean \ && ./configure --with-vfio-user \ && make -j `nproc` \ && mkdir /usr/local/bin/spdk-nvme \