Add Dockerfile

This commit is contained in:
Maschell 2018-09-22 19:27:54 +02:00
parent a7357af768
commit 3b831bbbda

7
docker/core/Dockerfile Normal file
View File

@ -0,0 +1,7 @@
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