mirror of
https://github.com/Maschell/WiiUHomebrewDocker.git
synced 2025-10-31 19:16:08 +01: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 |