mirror of
https://github.com/wiiu-env/docker-images.git
synced 2025-02-18 09:26:22 +01:00
3 lines
255 B
Docker
3 lines
255 B
Docker
FROM devkitpro/devkitppc:20200730
|
|
RUN dkp-pacman -Syu --noconfirm && dkp-pacman -Scc --noconfirm
|
|
RUN git clone https://github.com/devkitPro/wut && cd wut && git reset --hard 583b7d412d7e97ef04400071e5836f33682d31d9 && make install && cd .. && rm -rf wut |