From 9bd33ac2213ad4ec8d4d75b349939469c6218158 Mon Sep 17 00:00:00 2001 From: Daniel Sangorrin Date: Mon, 29 Jan 2018 17:31:09 +0900 Subject: [PATCH] Dockerfile: add iproute2 runqemu requires /sbin/ip Signed-off-by: Daniel Sangorrin --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dbadb55..30fac76 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get update && \ tar bzip2 curl dosfstools mtools parted \ syslinux tree python3-pip bc python3-yaml \ 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 && \ apt-get update && \ apt-get install -y -f --no-install-recommends --target-release stretch \