FROM alpine:3.21 RUN mkdir -p /usr/src/myos COPY ./* /usr/src/myos RUN apk add bash nasm make gcc qemu-system-i386 git vim CMD ["/bin/bash"]