mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-12 06:43:19 +00:00
These are standalone, better to have them at the top. Signed-off-by: Justin Cormack <justin.cormack@docker.com>
5 lines
168 B
Docker
5 lines
168 B
Docker
FROM debian:jessie
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
RUN apt-get update && apt-get -yq upgrade && apt-get install -yq libguestfs-tools syslinux linux-image-amd64 vim
|