mirror of
https://github.com/wiiu-env/docker-images.git
synced 2024-11-22 01:39:22 +01:00
Update the Dockerfile to use the latest (unreleased) version of wut
This commit is contained in:
parent
b6e2a74be3
commit
94d624c09e
@ -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
|
@ -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
|
Loading…
Reference in New Issue
Block a user