WiiUPluginSystem/docker/core/Dockerfile

8 lines
204 B
Docker
Raw Normal View History

2018-09-22 19:27:54 +02:00
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