FROM alpine RUN apk add qemu-system-x86_64 qemu-modules bash COPY entrypoint.sh /entrypoint.sh ENTRYPOINT /entrypoint.sh