mirror of
https://github.com/Maschell/WiiUHomebrewDocker.git
synced 2025-02-17 11:46:25 +01:00
First commit with core image.
This commit is contained in:
commit
fa5b853ca7
10
wiiu-core/Dockerfile
Normal file
10
wiiu-core/Dockerfile
Normal 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
|
Loading…
x
Reference in New Issue
Block a user