mirror of
https://github.com/PretendoNetwork/Inkay.git
synced 2026-07-14 07:31:07 -05:00
Add WUPS v0.1 Dockerfile
kinda relying on maschell never changing these old repos
This commit is contained in:
parent
ec64a7cf6e
commit
aab0a16dba
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
# 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 -j$(nproc)
|
||||
Loading…
Reference in New Issue
Block a user