Quantcast
Channel: Chris Hanson
Viewing all articles
Browse latest Browse all 20

Article 7

$
0
0

Turns out this is all I really needed:

FROM ubuntu:23.10
RUN apt-get -y update \
&& apt-get -y install \
binutils-m68k-linux-gnu \
gcc-m68k-linux-gnu \
gdb-multiarch \
&& apt-get -y clean


Viewing all articles
Browse latest Browse all 20