mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 07:39:24 +01:00
8 lines
204 B
Docker
8 lines
204 B
Docker
|
FROM wiiulegacy/core:0.1
|
||
|
|
||
|
MAINTAINER Maschell <maschell@gmx.de>
|
||
|
|
||
|
RUN git clone https://github.com/Maschell/WiiUPluginSystem.git
|
||
|
RUN cd WiiUPluginSystem && make && make install
|
||
|
RUN rm -rf WiiUPluginSystem
|