mirror of
https://github.com/Maschell/WiiUHomebrewDocker.git
synced 2024-11-27 22:14:22 +01:00
11 lines
241 B
Docker
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
|