mirror of
https://github.com/wiiu-env/PatchMemoryRelocationsModule.git
synced 2025-02-22 20:57:16 +01:00
7 lines
230 B
Docker
7 lines
230 B
Docker
FROM ghcr.io/wiiu-env/devkitppc:20241128
|
|
|
|
COPY --from=ghcr.io/wiiu-env/libmappedmemory:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:0.3.4-dev-20250218-b62548a /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|