4 lines
390 B
Docker
Raw Normal View History

2021-09-17 16:12:42 +02:00
FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60
2022-02-11 22:05:58 +01:00
RUN ln -sf /proc/mounts /etc/mtab
2021-09-17 16:12:42 +02:00
RUN dkp-pacman -Syyu --noconfirm && dkp-pacman -Scc --noconfirm
2022-02-11 22:05:58 +01:00
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard 888bab16b5e74a09d0c4d219607f65cc44e7b4ec && make install && cd .. && rm -rf wut