mirror of
https://github.com/wiiu-env/docker-images.git
synced 2024-11-22 17:59:20 +01:00
Update Dockerfile
This commit is contained in:
parent
f9153f8873
commit
19cc6aa58b
@ -1,3 +1,4 @@
|
||||
FROM devkitpro/devkitppc@sha256:b4c7622442bef192fa13ef34ec90741820cef2fb0c6d6b317a9bd55da06cfa60
|
||||
RUN ln -sf /proc/mounts /etc/mtab
|
||||
RUN dkp-pacman -Syyu --noconfirm && dkp-pacman -Scc --noconfirm
|
||||
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard ce2cd4e843391a1658b77ef6f6f4f9f0ca3b386e && make install && cd .. && rm -rf wut
|
||||
RUN git clone --depth 1 --single-branch -b master https://github.com/devkitPro/wut && cd wut && git reset --hard 888bab16b5e74a09d0c4d219607f65cc44e7b4ec && make install && cd .. && rm -rf wut
|
Loading…
Reference in New Issue
Block a user