Attempt to use env instruction instead of export
This commit is contained in:
parent
8350c417ca
commit
eee8997996
5 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue