mirror of
https://github.com/Maschell/dynamic_libs.git
synced 2024-11-22 04:19:15 +01:00
Add Dockerfile
This commit is contained in:
parent
84444aebbf
commit
b888d8f57b
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM wiiulegacy/core:0.1
|
||||
|
||||
RUN rm -rf $DEVKITPRO/portlibs
|
||||
RUN git clone https://github.com/Maschell/dynamic_libs -b lib
|
||||
WORKDIR dynamic_libs
|
||||
RUN git checkout -b v0.1
|
||||
RUN 7z x -y ./libs/portlibs.zip -o${DEVKITPRO}
|
||||
RUN make && make install
|
||||
WORKDIR ..
|
||||
RUN rm -rf dynamic_libs
|
Loading…
Reference in New Issue
Block a user