mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2025-02-23 06:17:16 +01:00
8 lines
297 B
Docker
8 lines
297 B
Docker
FROM ghcr.io/wiiu-env/devkitppc:20241128
|
|
|
|
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20250208 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/libcontentredirection:20250208 /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|