mirror of
https://github.com/Maschell/hid_to_vpad.git
synced 2024-11-10 01:15:06 +01:00
8 lines
183 B
Docker
8 lines
183 B
Docker
|
FROM wups/core-with-wut:0.1
|
||
|
|
||
|
# Get dependencies
|
||
|
COPY --from=wiiuwut/libutils:0.1 /artifacts $WUT_ROOT
|
||
|
COPY --from=wiiuwut/controller_patcher:0.1 /artifacts $WUT_ROOT
|
||
|
|
||
|
WORKDIR project
|