mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-01-15 15:03:48 +00:00
excludes - Go base images as not yet available - perf which does not build with latest image Signed-off-by: Justin Cormack <justin.cormack@docker.com>
10 lines
145 B
Docker
10 lines
145 B
Docker
FROM alpine:3.5
|
|
|
|
RUN \
|
|
apk update && apk upgrade && \
|
|
apk add --no-cache \
|
|
qemu-img \
|
|
qemu-system-arm \
|
|
qemu-system-x86_64 \
|
|
&& true
|