From 19cc6aa58bf377a8df967fee789726538c8c3456 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 11 Feb 2022 22:05:58 +0100 Subject: [PATCH] Update Dockerfile --- devkitppc/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devkitppc/Dockerfile b/devkitppc/Dockerfile index ac808db..d7c8c81 100644 --- a/devkitppc/Dockerfile +++ b/devkitppc/Dockerfile @@ -1,3 +1,4 @@ FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60 +RUN ln -sf /proc/mounts /etc/mtab 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 ce2cd4e843391a1658b77ef6f6f4f9f0ca3b386e && make install && cd .. && rm -rf wut \ No newline at end of file +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 \ No newline at end of file