mirror of
https://github.com/wiiu-env/RPXLoadingModule.git
synced 2025-02-19 18:52:50 +01:00
6 lines
187 B
Docker
6 lines
187 B
Docker
![]() |
FROM wiiuenv/devkitppc:20200810
|
||
|
|
||
|
COPY --from=wiiuenv/libfunctionpatcher:20200812 /artifacts $DEVKITPRO
|
||
|
COPY --from=wiiuenv/wiiumodulesystem:20200812 /artifacts $DEVKITPRO
|
||
|
|
||
|
WORKDIR project
|