donut-decomp/docker/Dockerfile

6 lines
141 B
Docker

FROM devkitpro/devkitppc
RUN dpkg --add-architecture i386
RUN apt update -yy
RUN apt install wine32 -yy
RUN apt install build-essential -yy