mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-06 17:32:26 +00:00
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:
4
tools/guestfs/Dockerfile
Normal file
4
tools/guestfs/Dockerfile
Normal 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
|
Reference in New Issue
Block a user