switch qemu Dockerfile to using alpine

Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
Justin Cormack 2016-01-08 16:09:52 +00:00
parent 1d03f5011d
commit 4b46a8631b

View File

@ -1,9 +1,9 @@
FROM debian:unstable
FROM alpine:3.3
COPY alpine/initrd.img .
COPY alpine/kernel/vmlinuz64 .
RUN apt-get update && apt-get -y install qemu
RUN apk update && apk add qemu-system-x86_64
RUN gzip -9 initrd.img