mirror of
https://github.com/Maschell/WiiUHomebrewDocker.git
synced 2025-02-22 05:57:21 +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
|