Update the Dockerfile to use the latest (unreleased) version of wut

This commit is contained in:
Maschell 2021-01-01 17:39:06 +01:00
parent b6e2a74be3
commit 94d624c09e
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,2 @@
FROM wiiuenv/devkitppc:20200810
FROM wiiuenv/devkitppc:20210101
RUN dkp-pacman -Syu && dkp-pacman -S --noconfirm wiiu-sdl2-libs && dkp-pacman -Scc --noconfirm

View File

@ -1,2 +1,3 @@
FROM devkitpro/devkitppc:20200730
RUN dkp-pacman -Syu --noconfirm
RUN dkp-pacman -Syu --noconfirm && dkp-pacman -Scc --noconfirm
RUN git clone https://github.com/devkitPro/wut && cd wut && git reset --hard 583b7d412d7e97ef04400071e5836f33682d31d9 && make install && cd .. && rm -rf wut