Dockerfile: Remove qemu-system from dependencies

This is no longer required to build. Add in dmsetup as an explicit
dependency.

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

View File

@ -31,7 +31,6 @@ RUN apt-get update \
bison \
libelf-dev \
qemu-utils \
qemu-system \
libglib2.0-dev \
libpixman-1-dev \
libseccomp-dev \
@ -50,6 +49,7 @@ RUN apt-get update \
zip \
git-core \
dnsmasq \
dmsetup \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*