wiiuenv/devkitppc:20220417

This commit is contained in:
Maschell 2022-04-17 17:40:26 +02:00
parent 174a8071ad
commit e287272685
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM devkitpro/devkitppc:20220216
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
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