wiiuenv/devkitppc:20220303

This commit is contained in:
Maschell 2022-04-17 17:39:18 +02:00
parent dca981d63b
commit 174a8071ad
1 changed files with 2 additions and 12 deletions

View File

@ -1,13 +1,3 @@
FROM wiiu-env/toolchain-base:20220211
FROM devkitpro/devkitppc:20220216
RUN ln -sf /proc/mounts /etc/mtab
RUN dkp-pacman -Syyu --noconfirm wiiu-dev && \
dkp-pacman -S --needed --noconfirm ppc-portlibs wiiu-portlibs && \
dkp-pacman -S --needed --noconfirm devkitARM && \
yes | dkp-pacman -Scc
ENV DEVKITPPC=${DEVKITPRO}/devkitPPC
ENV DEVKITARM=/opt/devkitpro/devkitARM
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard fefde021b90532b972516fa252beca045f77fe3f && 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 616ebe1a065d91ac3b394d62de5042b9f8535b0b && make install && cd .. && rm -rf wut