From 3b831bbbda964d1d186d80de36a0f3f63b8d74c6 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 22 Sep 2018 19:27:54 +0200 Subject: [PATCH] Add Dockerfile --- docker/core/Dockerfile | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 docker/core/Dockerfile 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