First commit with core image.

This commit is contained in:
Maschell 2018-09-21 00:41:33 +02:00
commit fa5b853ca7
1 changed files with 10 additions and 0 deletions

10
wiiu-core/Dockerfile Normal file
View File

@ -0,0 +1,10 @@
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