mirror of
https://github.com/wiiu-env/libmocha.git
synced 2024-11-12 15:05:06 +01:00
5 lines
252 B
Docker
5 lines
252 B
Docker
FROM wiiuenv/devkitppc:20220605
|
|
|
|
RUN git clone --depth 1 --single-branch -b filesystemstructs https://github.com/Maschell/wut && cd wut && git reset --hard a060c981e23cdd7e622624692df2d789693432ce && make install && cd .. && rm -rf wut
|
|
|
|
WORKDIR project |