mirror of
https://github.com/wiiu-env/FunctionPatcherModule.git
synced 2024-10-31 23:25:08 +01:00
6c4df9fc0e
* Moved `function_replacement_data_v2_t` to a private header. * Sorted includes. * Sorted includes the way clang likes it. * Updated Dockerfile. --------- Co-authored-by: Daniel K. O. (dkosmari) <none@none>
8 lines
293 B
Docker
8 lines
293 B
Docker
FROM ghcr.io/wiiu-env/devkitppc:20240505
|
|
|
|
COPY --from=ghcr.io/wiiu-env/libkernel:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20241012-5173f86 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20240424 /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|