First commit

This commit is contained in:
Maschell 2018-09-21 16:57:50 +02:00
commit 7c76474d3b
1 changed files with 14 additions and 0 deletions

14
Dockerfile Normal file
View File

@ -0,0 +1,14 @@
FROM wiiulegacy/core:0.1
MAINTAINER Maschell <maschell@gmx.de>
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 .