3 lines
229 B
Docker
Raw Normal View History

2022-04-17 17:39:18 +02:00
FROM devkitpro/devkitppc:20220216
2022-02-13 14:18:39 +01:00
2022-04-17 17:39:18 +02:00
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard 616ebe1a065d91ac3b394d62de5042b9f8535b0b && make install && cd .. && rm -rf wut