WiiUHomebrewDocker/wiiu-core/Dockerfile
2018-09-21 00:41:33 +02:00

11 lines
241 B
Docker

FROM devkitpro/toolchain-base
MAINTAINER Maschell <maschell@gmx.de>
RUN apt-get install -y xxd p7zip-full
RUN dkp-pacman -Syyu --noconfirm devkitPPC general-tools && \
dkp-pacman -Scc --noconfirm
ENV DEVKITPPC=${DEVKITPRO}/devkitPPC