commit 7c76474d3b864c1a8b546714d4792d8773731180 Author: Maschell Date: Fri Sep 21 16:57:50 2018 +0200 First commit diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e70f225 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,14 @@ +FROM wiiulegacy/core:0.1 + +MAINTAINER Maschell + +RUN rm -rf $DEVKITPRO/portlibs + +RUN git clone https://github.com/dimok789/libiosuhax && cd libiosuhax && git checkout v0.3 +WORKDIR libiosuhax + +RUN make && make install && \ + cp -r ${DEVKITPRO}/portlibs /artifacts + +WORKDIR /artifacts +RUN find .