mirror of
https://github.com/Maschell/StreamingPluginWiiU.git
synced 2024-11-17 18:29:23 +01:00
6 lines
118 B
Docker
6 lines
118 B
Docker
FROM wups/core-with-wut:0.1
|
|
|
|
# Get dependencies
|
|
COPY --from=wiiuwut/libutils:0.1 /artifacts $WUT_ROOT
|
|
|
|
WORKDIR project |