Add Dockerfile

This commit is contained in:
Maschell 2018-09-21 01:43:25 +02:00
parent 177cb9b9b2
commit 93ca7d752c

13
Dockerfile Normal file
View File

@ -0,0 +1,13 @@
FROM wiiulegacy/core:0.1
RUN rm -rf $DEVKITPRO/portlibs
COPY --from=wiiulegacy/dynamic_libs:0.1 $DEVKITPRO/portlibs $DEVKITPRO/portlibs
RUN git clone https://github.com/Maschell/libutils -b master
WORKDIR libutils
RUN git checkout v0.1
RUN make && make install
WORKDIR ..
RUN rm -rf libutils