Add floppy image
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user