mirror of
https://github.com/Maschell/SDL2_Playground.git
synced 2024-11-15 01:25:06 +01:00
5 lines
144 B
Docker
5 lines
144 B
Docker
FROM wiiuenv/devkitppc:20200810
|
|
|
|
RUN dkp-pacman -Syu && dkp-pacman -S --noconfirm wiiu-sdl2-libs && dkp-pacman -Scc --noconfirm
|
|
|
|
WORKDIR project |