mirror of
https://github.com/ACreTeam/ac-decomp
synced 2026-08-22 05:49:04 -04:00
Update Dockerfile
This commit is contained in:
+1
-1
@@ -28,7 +28,7 @@ RUN chmod +x install-devkitpro-pacman
|
||||
RUN sed -i 's/^apt-get.*$/& -y/g' install-devkitpro-pacman
|
||||
RUN ./install-devkitpro-pacman
|
||||
RUN rm install-devkitpro-pacman
|
||||
# workaround for a dumb WSL bug that happens with Windows Docker. if we don't do this, devkitPPC installation fails on Windows.
|
||||
# workaround for a dumb bug that happens with Windows Docker. if we don't do this, devkitPPC installation fails on Windows.
|
||||
RUN if [ ! -e /etc/mtab ]; then ln -s /proc/self/mounts /etc/mtab; fi
|
||||
RUN dkp-pacman -S devkitPPC --noconfirm
|
||||
# dear fucking god this is hacky but it works (needed otherwise next step fails)
|
||||
|
||||
Reference in New Issue
Block a user