mirror of
https://github.com/wiiu-env/ContentRedirectionModule.git
synced 2024-11-16 16:39:24 +01:00
9 lines
371 B
Docker
9 lines
371 B
Docker
FROM ghcr.io/wiiu-env/devkitppc:20230621
|
|
|
|
COPY --from=ghcr.io/wiiu-env/libfunctionpatcher:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/wiiumodulesystem:20230719 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/libromfs_wiiu:20230621 /artifacts $DEVKITPRO
|
|
COPY --from=ghcr.io/wiiu-env/libcontentredirection:20230621 /artifacts $DEVKITPRO
|
|
|
|
WORKDIR project
|