mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 18:35:08 +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
|