docker-qemu/Dockerfile

5 lines
121 B
Docker
Raw Normal View History

2021-05-30 08:01:35 +00:00
FROM alpine
2021-05-30 08:13:31 +00:00
RUN apk add qemu-system-x86_64 qemu-modules bash
2021-05-30 08:01:35 +00:00
COPY entrypoint.sh /entrypoint.sh
ENTRYPOINT /entrypoint.sh