Update devkitppc Dockerfile

This commit is contained in:
Maschell 2021-11-06 20:00:26 +01:00
parent a973c66068
commit f9153f8873
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60
RUN dkp-pacman -Syyu --noconfirm && dkp-pacman -Scc --noconfirm
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard eb0306184d46a63d929aede352f54109701b7112 && 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 ce2cd4e843391a1658b77ef6f6f4f9f0ca3b386e && make install && cd .. && rm -rf wut