Update Dockerfiles

This commit is contained in:
Maschell 2021-09-17 16:12:42 +02:00
parent 94d624c09e
commit 9d3b429ecc
2 changed files with 5 additions and 3 deletions

2
devkitarm/Dockerfile Normal file
View File

@ -0,0 +1,2 @@
FROM devkitpro/devkitarm:20210726
RUN dkp-pacman -Syu

View File

@ -1,3 +1,3 @@
FROM devkitpro/devkitppc:20200730
RUN dkp-pacman -Syu --noconfirm && dkp-pacman -Scc --noconfirm
RUN git clone https://github.com/devkitPro/wut && cd wut && git reset --hard 583b7d412d7e97ef04400071e5836f33682d31d9 && make install && cd .. && rm -rf wut
FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60
RUN dkp-pacman -Syyu --noconfirm && dkp-pacman -Scc --noconfirm
RUN git clone --depth 1 --single-branch -b master https://github.com/wiiu-env/wut && cd wut && git reset --hard f4cd99f1b183c3b471eb29da9b19a78dc842ac91 && make install && cd .. && rm -rf wut