mirror of
https://github.com/Maschell/libutils.git
synced 2024-11-06 05:05:08 +01:00
Add Dockerfile
This commit is contained in:
parent
177cb9b9b2
commit
93ca7d752c
13
Dockerfile
Normal file
13
Dockerfile
Normal 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
|
Loading…
Reference in New Issue
Block a user