wut_docker/Dockerfile

13 lines
345 B
Docker
Raw Normal View History

2018-09-22 20:45:33 +02:00
FROM wiiulegacy/core:0.1
MAINTAINER Maschell <maschell@gmx.de>
RUN apt-get update && \
apt-get install -y --no-install-recommends cmake --fix-missing
ENV WUT_ROOT=${DEVKITPRO}/wut
2018-09-24 22:23:03 +02:00
RUN wget https://github.com/decaf-emu/wut/releases/download/1.0.0-beta3/wut.linux64.7z && \
2018-09-22 20:45:33 +02:00
7z x -y $(ls | grep "linux") -o${WUT_ROOT} && \
rm wut.linux64.7z