Dockerfile: add iproute2

runqemu requires /sbin/ip

Signed-off-by: Daniel Sangorrin <daniel.sangorrin@toshiba.co.jp>
This commit is contained in:
Daniel Sangorrin 2018-01-29 17:31:09 +09:00 committed by Daniel Wagner
parent ca6b3c05c9
commit 9bd33ac221

View File

@ -15,7 +15,7 @@ RUN apt-get update && \
tar bzip2 curl dosfstools mtools parted \ tar bzip2 curl dosfstools mtools parted \
syslinux tree python3-pip bc python3-yaml \ syslinux tree python3-pip bc python3-yaml \
lsb-release python3-setuptools ssh-client \ lsb-release python3-setuptools ssh-client \
vim less mercurial && \ vim less mercurial iproute2 && \
echo 'deb http://deb.debian.org/debian stretch main' >> /etc/apt/sources.list.d/backports.list && \ echo 'deb http://deb.debian.org/debian stretch main' >> /etc/apt/sources.list.d/backports.list && \
apt-get update && \ apt-get update && \
apt-get install -y -f --no-install-recommends --target-release stretch \ apt-get install -y -f --no-install-recommends --target-release stretch \