commit fa5b853ca7f14a2239aa70649cac6a6afe6e5506 Author: Maschell Date: Fri Sep 21 00:41:33 2018 +0200 First commit with core image. diff --git a/wiiu-core/Dockerfile b/wiiu-core/Dockerfile new file mode 100644 index 0000000..099e086 --- /dev/null +++ b/wiiu-core/Dockerfile @@ -0,0 +1,10 @@ +FROM devkitpro/toolchain-base + +MAINTAINER Maschell + +RUN apt-get install -y xxd p7zip-full + +RUN dkp-pacman -Syyu --noconfirm devkitPPC general-tools && \ + dkp-pacman -Scc --noconfirm + +ENV DEVKITPPC=${DEVKITPRO}/devkitPPC