mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2024-12-22 13:45:20 +00:00
Dockerfile: Remove docker.io
We don't need to install docker inside the container. Add missing depenencies that docker was pulling in. Signed-off-by: Rob Bradford <robert.bradford@intel.com>
This commit is contained in:
parent
00fbd77494
commit
a08da07d2a
@ -20,7 +20,6 @@ RUN apt-get update \
|
|||||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
||||||
build-essential \
|
build-essential \
|
||||||
bc \
|
bc \
|
||||||
docker.io \
|
|
||||||
curl \
|
curl \
|
||||||
wget \
|
wget \
|
||||||
sudo \
|
sudo \
|
||||||
@ -49,6 +48,8 @@ RUN apt-get update \
|
|||||||
uuid-dev \
|
uuid-dev \
|
||||||
iperf3 \
|
iperf3 \
|
||||||
zip \
|
zip \
|
||||||
|
git-core \
|
||||||
|
dnsmasq \
|
||||||
&& 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