Dockerfile: Remove downloaded packages after SPDK build

Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
Rob Bradford 2022-02-23 12:26:43 +00:00 committed by Sebastien Boeuf
parent 28413d26db
commit 05769879dd

View File

@ -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 \