mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +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:
committed by
Sebastien Boeuf
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/*
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user