mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2026-08-20 00:34:37 -05:00
Add Dockerfile
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user