Add z80asm and z80dasm

This commit is contained in:
Neil McPhail 2025-04-19 21:44:01 +01:00
parent 02773755a5
commit 5ffbe818b6

View File

@ -24,6 +24,8 @@ RUN apt-get update \
make \ make \
openssh-client\ openssh-client\
pasmo \ pasmo \
z80asm \
z80dasm \
zmakebas \ zmakebas \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
COPY --from=build /usr/local/bin/sjasmplus /bin/sjasmplus COPY --from=build /usr/local/bin/sjasmplus /bin/sjasmplus