mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-22 10:31:35 +00:00
switch qemu Dockerfile to using alpine
Signed-off-by: Justin Cormack <justin.cormack@unikernel.com>
This commit is contained in:
parent
1d03f5011d
commit
4b46a8631b
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user