mirror of
https://github.com/wiiu-env/docker-images.git
synced 2024-11-22 09:49:21 +01:00
3 lines
229 B
Docker
3 lines
229 B
Docker
FROM devkitpro/devkitppc:20220216
|
|
|
|
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard cd6b4fb45d054d53af92bc0b3685e8bd9f01445d && make install && cd .. && rm -rf wut |