From aab0a16dbae6bbd2337d213f4abd8d29dfbafdc9 Mon Sep 17 00:00:00 2001 From: Ash Logan Date: Thu, 2 Sep 2021 23:23:56 +1000 Subject: [PATCH] Add WUPS v0.1 Dockerfile kinda relying on maschell never changing these old repos --- Dockerfile | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..1af671a --- /dev/null +++ b/Dockerfile @@ -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)