Add Dockerfile for core-with-arm image

This commit is contained in:
Maschell 2018-09-21 00:50:00 +02:00
parent fa5b853ca7
commit a75224637a
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
FROM wiiulegacy/core:latest
MAINTAINER Maschell <maschell@gmx.de>
RUN yes | sudo dkp-pacman -Syu devkitARM --needed
ENV DEVKITARM=${DEVKITPRO}/devkitARM