libmocha/Dockerfile.buildlocal

5 lines
252 B
Docker
Raw Normal View History

2022-06-09 19:11:30 +02:00
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