mirror of
https://github.com/Maschell/libiosuhax_docker.git
synced 2024-11-21 19:39:16 +01:00
First commit
This commit is contained in:
commit
7c76474d3b
14
Dockerfile
Normal file
14
Dockerfile
Normal 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 .
|
Loading…
Reference in New Issue
Block a user