Skip to content

Commit

Permalink
fix: try symlinking /proc/mounts to /etc/mtab
Browse files Browse the repository at this point in the history
  • Loading branch information
NikhilNarayana authored Aug 31, 2022
1 parent d9ddb27 commit 271b985
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ FROM devkitpro/toolchain-base

LABEL maintainer="Nikki <[email protected]>"

RUN ln -s /proc/mounts /etc/mtab

RUN dkp-pacman -Syyu --noconfirm gamecube-dev wii-dev wiiu-dev gba-dev && \
dkp-pacman -S --needed --noconfirm `dkp-pacman -Slq dkp-libs | grep '^ppc-'` && \
dkp-pacman -Scc --noconfirm
Expand Down

0 comments on commit 271b985

Please sign in to comment.