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
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,6 @@ RUN apt-get update \
|
|||
&& DEBIAN_FRONTEND=noninteractive apt-get install -yq \
|
||||
build-essential \
|
||||
bc \
|
||||
docker.io \
|
||||
curl \
|
||||
wget \
|
||||
sudo \
|
||||
|
|
@ -49,6 +48,8 @@ RUN apt-get update \
|
|||
uuid-dev \
|
||||
iperf3 \
|
||||
zip \
|
||||
git-core \
|
||||
dnsmasq \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue