mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-04 16:30:52 +00:00
Add a runner for UEFI ISOs
Fixes #480 Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
FROM alpine:3.5
|
||||
FROM alpine:edge
|
||||
|
||||
COPY repositories /etc/apk/
|
||||
|
||||
RUN \
|
||||
apk update && apk upgrade && \
|
||||
@@ -7,6 +9,7 @@ RUN \
|
||||
qemu-img \
|
||||
qemu-system-arm \
|
||||
qemu-system-x86_64 \
|
||||
ovmf@testing \
|
||||
&& true
|
||||
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user