Add a runner for UEFI ISOs

Fixes #480

Signed-off-by: Dave Tucker <dt@docker.com>
This commit is contained in:
Dave Tucker
2017-03-30 21:50:33 +01:00
parent 4220a65128
commit 6726746484
7 changed files with 29 additions and 8 deletions

View File

@@ -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 . .