mirror of
https://github.com/Ryuzaki-MrL/savemii.git
synced 2026-04-01 06:56:45 -05:00
8 lines
157 B
Docker
8 lines
157 B
Docker
FROM devkitpro/devkitppc:latest
|
|
|
|
COPY --from=wiiuenv/libiosuhax:latest /artifacts $DEVKITPRO
|
|
|
|
CMD dkp-pacman -Syyu --noconfirm ppc-freetype
|
|
|
|
WORKDIR project
|