7 lines
141 B
Text
7 lines
141 B
Text
|
FROM devkitpro/devkitppc
|
||
|
|
||
|
RUN dpkg --add-architecture i386
|
||
|
RUN apt update -yy
|
||
|
RUN apt install wine32 -yy
|
||
|
RUN apt install build-essential -yy
|