mirror of
https://github.com/wiiu-env/AromaBaseModule.git
synced 2025-02-12 01:19:10 +01:00
6 lines
187 B
Docker
6 lines
187 B
Docker
![]() |
FROM wiiuenv/devkitppc:20220806
|
||
|
|
||
|
COPY --from=wiiuenv/libfunctionpatcher:20220724 /artifacts $DEVKITPRO
|
||
|
COPY --from=wiiuenv/wiiumodulesystem:20220724 /artifacts $DEVKITPRO
|
||
|
|
||
|
WORKDIR project
|