mirror of
https://github.com/wiiu-env/docker-images.git
synced 2024-11-23 09:29:44 +00:00
Update Dockerfiles
This commit is contained in:
parent
94d624c09e
commit
9d3b429ecc
2
devkitarm/Dockerfile
Normal file
2
devkitarm/Dockerfile
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
FROM devkitpro/devkitarm:20210726
|
||||||
|
RUN dkp-pacman -Syu
|
@ -1,3 +1,3 @@
|
|||||||
FROM devkitpro/devkitppc:20200730
|
FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60
|
||||||
RUN dkp-pacman -Syu --noconfirm && dkp-pacman -Scc --noconfirm
|
RUN dkp-pacman -Syyu --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
|
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
|
Loading…
Reference in New Issue
Block a user