From eee89979967b2f2ad89cafba07a3ae3f87d88ee8 Mon Sep 17 00:00:00 2001 From: zontreck Date: Sat, 23 Nov 2024 04:25:59 -0700 Subject: [PATCH] Attempt to use env instruction instead of export --- wine/8.0/Dockerfile | 2 +- wine/8.21/Dockerfile | 2 +- wine/9.0/Dockerfile | 2 +- wine/9.16/Dockerfile | 2 +- wine/9.21/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/wine/8.0/Dockerfile b/wine/8.0/Dockerfile index 1f4f8f5..fe3526f 100644 --- a/wine/8.0/Dockerfile +++ b/wine/8.0/Dockerfile @@ -23,7 +23,7 @@ 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 /opt/wine /opt/wine -RUN export PATH=$PATH:/opt/wine/bin:/opt/wine/sbin +ENV 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 diff --git a/wine/8.21/Dockerfile b/wine/8.21/Dockerfile index be1eaa4..5027d98 100644 --- a/wine/8.21/Dockerfile +++ b/wine/8.21/Dockerfile @@ -23,7 +23,7 @@ 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 /opt/wine /opt/wine -RUN export PATH=$PATH:/opt/wine/bin:/opt/wine/sbin +ENV 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 diff --git a/wine/9.0/Dockerfile b/wine/9.0/Dockerfile index cf12858..5f9f441 100644 --- a/wine/9.0/Dockerfile +++ b/wine/9.0/Dockerfile @@ -23,7 +23,7 @@ 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 /opt/wine /opt/wine -RUN export PATH=$PATH:/opt/wine/bin:/opt/wine/sbin +ENV 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 diff --git a/wine/9.16/Dockerfile b/wine/9.16/Dockerfile index 3a1fb8a..29bff46 100644 --- a/wine/9.16/Dockerfile +++ b/wine/9.16/Dockerfile @@ -23,7 +23,7 @@ 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 /opt/wine /opt/wine -RUN export PATH=$PATH:/opt/wine/bin:/opt/wine/sbin +ENV 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 diff --git a/wine/9.21/Dockerfile b/wine/9.21/Dockerfile index 4906d58..3861062 100644 --- a/wine/9.21/Dockerfile +++ b/wine/9.21/Dockerfile @@ -23,7 +23,7 @@ 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 /opt/wine /opt/wine -RUN export PATH=$PATH:/opt/wine/bin:/opt/wine/sbin +ENV 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