mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-16 15:49:23 +01:00
Add Dockerfile
This commit is contained in:
parent
a7357af768
commit
3b831bbbda
7
docker/core/Dockerfile
Normal file
7
docker/core/Dockerfile
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM wiiulegacy/core:0.1
|
||||||
|
|
||||||
|
MAINTAINER Maschell <maschell@gmx.de>
|
||||||
|
|
||||||
|
RUN git clone https://github.com/Maschell/WiiUPluginSystem.git
|
||||||
|
RUN cd WiiUPluginSystem && make && make install
|
||||||
|
RUN rm -rf WiiUPluginSystem
|
Loading…
Reference in New Issue
Block a user