Add floppy image

This commit is contained in:
2025-09-24 00:53:09 +02:00
parent bf16ae5646
commit f46b13e044
2 changed files with 11 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ FROM ubuntu:jammy AS deps
RUN apt-get update && apt-get install -y software-properties-common
RUN add-apt-repository ppa:tkchia/build-ia16
RUN apt-get update && apt-get install -y gcc-ia16-elf
RUN apt-get install nasm make
RUN apt-get install -y nasm make mtools
FROM deps AS dev