From e8fa84fd02d4293b56983d8de4b62c1663e9ba36 Mon Sep 17 00:00:00 2001 From: Logan McNaughton <848146+loganmc10@users.noreply.github.com> Date: Tue, 11 Jan 2022 16:01:31 -0700 Subject: [PATCH] Update Containerfile --- toolbox/Containerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/toolbox/Containerfile b/toolbox/Containerfile index 106562d..e1cc77f 100644 --- a/toolbox/Containerfile +++ b/toolbox/Containerfile @@ -1,7 +1,7 @@ FROM registry.fedoraproject.org/fedora-toolbox:35 -RUN wget -q https://github.com/loganmc10/m64p/releases/download/v2021.12.29/m64p-linux64-7045d7a.zip -O /m64p.zip && unzip /m64p.zip && rm /m64p.zip +RUN wget -q https://github.com/loganmc10/m64p/releases/download/v2021.12.29/m64p-linux64-7045d7a.zip -O /m64p.zip && unzip /m64p.zip && rm /m64p.zip && \ + ln -s /mupen64plus/mupen64plus-gui /usr/bin/start RUN dnf -y install https://mirrors.rpmfusion.org/free/fedora/rpmfusion-free-release-$(rpm -E %fedora).noarch.rpm https://mirrors.rpmfusion.org/nonfree/fedora/rpmfusion-nonfree-release-$(rpm -E %fedora).noarch.rpm && \ dnf -y update && dnf -y install xorg-x11-drv-nvidia-libs qt5-qtbase-gui qt5-qtwebsockets SDL2_net minizip-compat hidapi libatomic pipewire-libs p7zip && dnf clean all -y -RUN ln -s /mupen64plus/mupen64plus-gui /usr/bin/start ENV M64P_DISABLE_UPDATER=1