mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2025-01-05 04:15:20 +00:00
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:
parent
a08da07d2a
commit
28413d26db
@ -31,7 +31,6 @@ RUN apt-get update \
|
|||||||
bison \
|
bison \
|
||||||
libelf-dev \
|
libelf-dev \
|
||||||
qemu-utils \
|
qemu-utils \
|
||||||
qemu-system \
|
|
||||||
libglib2.0-dev \
|
libglib2.0-dev \
|
||||||
libpixman-1-dev \
|
libpixman-1-dev \
|
||||||
libseccomp-dev \
|
libseccomp-dev \
|
||||||
@ -50,6 +49,7 @@ RUN apt-get update \
|
|||||||
zip \
|
zip \
|
||||||
git-core \
|
git-core \
|
||||||
dnsmasq \
|
dnsmasq \
|
||||||
|
dmsetup \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user