mirror of
https://github.com/Maschell/WiiUHomebrewDocker.git
synced 2025-07-23 09:37:28 +02:00
6 lines
154 B
Docker
6 lines
154 B
Docker
FROM wiiulegacy/core:latest
|
|
|
|
MAINTAINER Maschell <maschell@gmx.de>
|
|
|
|
RUN yes | sudo dkp-pacman -Syu devkitARM --needed
|
|
ENV DEVKITARM=${DEVKITPRO}/devkitARM |