mirror of
https://github.com/wiiu-env/docker-images.git
synced 2024-11-23 09:29:44 +00:00
wiiuenv/devkitppc:20220303
This commit is contained in:
parent
dca981d63b
commit
174a8071ad
@ -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
|
Loading…
Reference in New Issue
Block a user