mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-04-22 17:07:44 -05:00
10 lines
314 B
Docker
10 lines
314 B
Docker
# image 2c1762987ca7, wut 7495a99
|
|
FROM wiiuwut/core:latest
|
|
|
|
# image 2644eca7f89d, Maschell/WiiUPluginSystem e9ea643, last known 0.1 build
|
|
COPY --from=wups/core:latest /opt/devkitpro/wups /opt/devkitpro/wups
|
|
COPY --from=wiiuwut/libutils:0.1 /artifacts $WUT_ROOT
|
|
|
|
WORKDIR /app
|
|
CMD make -f Makefile.wups01 -j$(nproc)
|