diff --git a/docker/core/Dockerfile b/docker/core/Dockerfile new file mode 100644 index 0000000..0ef8146 --- /dev/null +++ b/docker/core/Dockerfile @@ -0,0 +1,7 @@ +FROM wiiulegacy/core:0.1 + +MAINTAINER Maschell + +RUN git clone https://github.com/Maschell/WiiUPluginSystem.git +RUN cd WiiUPluginSystem && make && make install +RUN rm -rf WiiUPluginSystem