From 13614a1cbb70382bc3b673f0c0becde818514caa Mon Sep 17 00:00:00 2001 From: zontreck Date: Wed, 4 Sep 2024 17:23:56 -0700 Subject: [PATCH] Fix container paths --- wine/8.0/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wine/8.0/Dockerfile b/wine/8.0/Dockerfile index 0d26376..8432c93 100644 --- a/wine/8.0/Dockerfile +++ b/wine/8.0/Dockerfile @@ -77,8 +77,8 @@ RUN dpkg --add-architecture i386 RUN apt-get update RUN apt-get install -y gnupg2 numactl tzdata software-properties-common libntlm0 winbind xvfb xauth python3 libncurses5:i386 libncurses6:i386 libsdl2-2.0-0 libsdl2-2.0-0:i386 -COPY --from=BUILDER64 /var/lib/wine /var/lib/wine -RUN export PATH=$PATH:/var/lib/wine/bin:/var/lib/wine/sbin +COPY --from=BUILDER64 /opt/wine /opt/wine +RUN export PATH=$PATH:/opt/wine/bin:/opt/wine/sbin RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/winetricks/winetricks/master/src/winetricks RUN chmod +x /usr/sbin/winetricks