base: Move guestfs to tools.

Guestfs is not really a base package and is only used
byt other images in the ./tools directory. Move it there.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-03-29 16:37:59 +01:00
parent fdd1bc958f
commit 557f039747
2 changed files with 0 additions and 0 deletions

4
tools/guestfs/Dockerfile Normal file
View File

@@ -0,0 +1,4 @@
FROM debian:stretch
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get -yq upgrade && apt-get install -yq libguestfs-tools syslinux linux-image-amd64 vim