Update wine yolks
This commit is contained in:
parent
d91a8035d2
commit
9e4a752870
4 changed files with 16 additions and 248 deletions
|
@ -5,70 +5,12 @@ RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
ENV INSTALL_PREFIX /opt/wine
|
ENV INSTALL_PREFIX /opt/wine
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends\
|
|
||||||
devscripts build-essential wget curl git build-essential \
|
|
||||||
autotools-dev\
|
|
||||||
autoconf\
|
|
||||||
bison\
|
|
||||||
bsdmainutils\
|
|
||||||
flex\
|
|
||||||
fontforge\
|
|
||||||
gawk\
|
|
||||||
gcc\
|
|
||||||
gcc-mingw-w64-i686\
|
|
||||||
gcc-mingw-w64-x86-64\
|
|
||||||
gettext\
|
|
||||||
libacl1-dev\
|
|
||||||
libasound2-dev\
|
|
||||||
libfontconfig-dev\
|
|
||||||
libfreetype6-dev\
|
|
||||||
libgl1-mesa-dev\
|
|
||||||
libglu1-mesa-dev\
|
|
||||||
libgnutls28-dev\
|
|
||||||
libgtk-3-dev\
|
|
||||||
libice-dev\
|
|
||||||
libkrb5-dev\
|
|
||||||
libncurses-dev\
|
|
||||||
libopenal-dev\
|
|
||||||
libosmesa6-dev\
|
|
||||||
libpcap-dev\
|
|
||||||
libpulse-dev\
|
|
||||||
libsane-dev\
|
|
||||||
libsdl2-dev\
|
|
||||||
libssl-dev\
|
|
||||||
libstdc++-11-dev\
|
|
||||||
libudev-dev\
|
|
||||||
libvulkan-dev\
|
|
||||||
libx11-dev\
|
|
||||||
libxcomposite-dev\
|
|
||||||
libxcursor-dev\
|
|
||||||
libxext-dev\
|
|
||||||
libxi-dev\
|
|
||||||
libxinerama-dev\
|
|
||||||
libxrandr-dev\
|
|
||||||
libxrender-dev\
|
|
||||||
libxt-dev\
|
|
||||||
libxxf86vm-dev\
|
|
||||||
linux-libc-dev\
|
|
||||||
ocl-icd-opencl-dev\
|
|
||||||
patch\
|
|
||||||
perl\
|
|
||||||
sharutils\
|
|
||||||
unixodbc-dev\
|
|
||||||
x11proto-xinerama-dev\
|
|
||||||
&& apt clean -y
|
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN git clone https://git.zontreck.com/zontreck/wine
|
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/8.0/lastSuccessfulBuild/artifact/wine.tgz
|
||||||
RUN cd wine && git checkout wine-8.0 && cd ..
|
RUN mkdir wine && cd wine && tar -xvf ../wine.tgz
|
||||||
WORKDIR /tmp/wine
|
WORKDIR /tmp/wine
|
||||||
|
RUN mkdir /opt/wine
|
||||||
RUN ./configure --without-tests --prefix=${INSTALL_PREFIX} --libdir=${INSTALL_PREFIX}/lib --enable-archs=x86_64,i386
|
RUN rsync -a --progress -h --delete ./ /opt/wine/
|
||||||
RUN make -j$(nproc)
|
|
||||||
RUN make install
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||||
|
|
||||||
|
|
|
@ -5,70 +5,12 @@ RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
ENV INSTALL_PREFIX /opt/wine
|
ENV INSTALL_PREFIX /opt/wine
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends\
|
|
||||||
devscripts build-essential wget curl git build-essential \
|
|
||||||
autotools-dev\
|
|
||||||
autoconf\
|
|
||||||
bison\
|
|
||||||
bsdmainutils\
|
|
||||||
flex\
|
|
||||||
fontforge\
|
|
||||||
gawk\
|
|
||||||
gcc\
|
|
||||||
gcc-mingw-w64-i686\
|
|
||||||
gcc-mingw-w64-x86-64\
|
|
||||||
gettext\
|
|
||||||
libacl1-dev\
|
|
||||||
libasound2-dev\
|
|
||||||
libfontconfig-dev\
|
|
||||||
libfreetype6-dev\
|
|
||||||
libgl1-mesa-dev\
|
|
||||||
libglu1-mesa-dev\
|
|
||||||
libgnutls28-dev\
|
|
||||||
libgtk-3-dev\
|
|
||||||
libice-dev\
|
|
||||||
libkrb5-dev\
|
|
||||||
libncurses-dev\
|
|
||||||
libopenal-dev\
|
|
||||||
libosmesa6-dev\
|
|
||||||
libpcap-dev\
|
|
||||||
libpulse-dev\
|
|
||||||
libsane-dev\
|
|
||||||
libsdl2-dev\
|
|
||||||
libssl-dev\
|
|
||||||
libstdc++-11-dev\
|
|
||||||
libudev-dev\
|
|
||||||
libvulkan-dev\
|
|
||||||
libx11-dev\
|
|
||||||
libxcomposite-dev\
|
|
||||||
libxcursor-dev\
|
|
||||||
libxext-dev\
|
|
||||||
libxi-dev\
|
|
||||||
libxinerama-dev\
|
|
||||||
libxrandr-dev\
|
|
||||||
libxrender-dev\
|
|
||||||
libxt-dev\
|
|
||||||
libxxf86vm-dev\
|
|
||||||
linux-libc-dev\
|
|
||||||
ocl-icd-opencl-dev\
|
|
||||||
patch\
|
|
||||||
perl\
|
|
||||||
sharutils\
|
|
||||||
unixodbc-dev\
|
|
||||||
x11proto-xinerama-dev\
|
|
||||||
&& apt clean -y
|
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN git clone https://git.zontreck.com/zontreck/wine
|
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/8.21/lastSuccessfulBuild/artifact/wine.tgz
|
||||||
RUN cd wine && git checkout wine-8.21 && cd ..
|
RUN mkdir wine && cd wine && tar -xvf ../wine.tgz
|
||||||
WORKDIR /tmp/wine
|
WORKDIR /tmp/wine
|
||||||
|
RUN mkdir /opt/wine
|
||||||
RUN ./configure --without-tests --prefix=${INSTALL_PREFIX} --libdir=${INSTALL_PREFIX}/lib --enable-archs=x86_64,i386
|
RUN rsync -a --progress -h --delete ./ /opt/wine/
|
||||||
RUN make -j$(nproc)
|
|
||||||
RUN make install
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||||
|
|
||||||
|
|
|
@ -5,70 +5,12 @@ RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
ENV INSTALL_PREFIX /opt/wine
|
ENV INSTALL_PREFIX /opt/wine
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends\
|
|
||||||
devscripts build-essential wget curl git build-essential \
|
|
||||||
autotools-dev\
|
|
||||||
autoconf\
|
|
||||||
bison\
|
|
||||||
bsdmainutils\
|
|
||||||
flex\
|
|
||||||
fontforge\
|
|
||||||
gawk\
|
|
||||||
gcc\
|
|
||||||
gcc-mingw-w64-i686\
|
|
||||||
gcc-mingw-w64-x86-64\
|
|
||||||
gettext\
|
|
||||||
libacl1-dev\
|
|
||||||
libasound2-dev\
|
|
||||||
libfontconfig-dev\
|
|
||||||
libfreetype6-dev\
|
|
||||||
libgl1-mesa-dev\
|
|
||||||
libglu1-mesa-dev\
|
|
||||||
libgnutls28-dev\
|
|
||||||
libgtk-3-dev\
|
|
||||||
libice-dev\
|
|
||||||
libkrb5-dev\
|
|
||||||
libncurses-dev\
|
|
||||||
libopenal-dev\
|
|
||||||
libosmesa6-dev\
|
|
||||||
libpcap-dev\
|
|
||||||
libpulse-dev\
|
|
||||||
libsane-dev\
|
|
||||||
libsdl2-dev\
|
|
||||||
libssl-dev\
|
|
||||||
libstdc++-11-dev\
|
|
||||||
libudev-dev\
|
|
||||||
libvulkan-dev\
|
|
||||||
libx11-dev\
|
|
||||||
libxcomposite-dev\
|
|
||||||
libxcursor-dev\
|
|
||||||
libxext-dev\
|
|
||||||
libxi-dev\
|
|
||||||
libxinerama-dev\
|
|
||||||
libxrandr-dev\
|
|
||||||
libxrender-dev\
|
|
||||||
libxt-dev\
|
|
||||||
libxxf86vm-dev\
|
|
||||||
linux-libc-dev\
|
|
||||||
ocl-icd-opencl-dev\
|
|
||||||
patch\
|
|
||||||
perl\
|
|
||||||
sharutils\
|
|
||||||
unixodbc-dev\
|
|
||||||
x11proto-xinerama-dev\
|
|
||||||
&& apt clean -y
|
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN git clone https://git.zontreck.com/zontreck/wine
|
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/9.0/lastSuccessfulBuild/artifact/wine.tgz
|
||||||
RUN cd wine && git checkout wine-9.0 && cd ..
|
RUN mkdir wine && cd wine && tar -xvf ../wine.tgz
|
||||||
WORKDIR /tmp/wine
|
WORKDIR /tmp/wine
|
||||||
|
RUN mkdir /opt/wine
|
||||||
RUN ./configure --without-tests --prefix=${INSTALL_PREFIX} --libdir=${INSTALL_PREFIX}/lib --enable-archs=x86_64,i386
|
RUN rsync -a --progress -h --delete ./ /opt/wine/
|
||||||
RUN make -j$(nproc)
|
|
||||||
RUN make install
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||||
|
|
||||||
|
|
|
@ -5,70 +5,12 @@ RUN apt-get update
|
||||||
RUN apt-get upgrade -y
|
RUN apt-get upgrade -y
|
||||||
ENV INSTALL_PREFIX /opt/wine
|
ENV INSTALL_PREFIX /opt/wine
|
||||||
|
|
||||||
RUN apt-get install -y --no-install-recommends\
|
|
||||||
devscripts build-essential wget curl git build-essential \
|
|
||||||
autotools-dev\
|
|
||||||
autoconf\
|
|
||||||
bison\
|
|
||||||
bsdmainutils\
|
|
||||||
flex\
|
|
||||||
fontforge\
|
|
||||||
gawk\
|
|
||||||
gcc\
|
|
||||||
gcc-mingw-w64-i686\
|
|
||||||
gcc-mingw-w64-x86-64\
|
|
||||||
gettext\
|
|
||||||
libacl1-dev\
|
|
||||||
libasound2-dev\
|
|
||||||
libfontconfig-dev\
|
|
||||||
libfreetype6-dev\
|
|
||||||
libgl1-mesa-dev\
|
|
||||||
libglu1-mesa-dev\
|
|
||||||
libgnutls28-dev\
|
|
||||||
libgtk-3-dev\
|
|
||||||
libice-dev\
|
|
||||||
libkrb5-dev\
|
|
||||||
libncurses-dev\
|
|
||||||
libopenal-dev\
|
|
||||||
libosmesa6-dev\
|
|
||||||
libpcap-dev\
|
|
||||||
libpulse-dev\
|
|
||||||
libsane-dev\
|
|
||||||
libsdl2-dev\
|
|
||||||
libssl-dev\
|
|
||||||
libstdc++-11-dev\
|
|
||||||
libudev-dev\
|
|
||||||
libvulkan-dev\
|
|
||||||
libx11-dev\
|
|
||||||
libxcomposite-dev\
|
|
||||||
libxcursor-dev\
|
|
||||||
libxext-dev\
|
|
||||||
libxi-dev\
|
|
||||||
libxinerama-dev\
|
|
||||||
libxrandr-dev\
|
|
||||||
libxrender-dev\
|
|
||||||
libxt-dev\
|
|
||||||
libxxf86vm-dev\
|
|
||||||
linux-libc-dev\
|
|
||||||
ocl-icd-opencl-dev\
|
|
||||||
patch\
|
|
||||||
perl\
|
|
||||||
sharutils\
|
|
||||||
unixodbc-dev\
|
|
||||||
x11proto-xinerama-dev\
|
|
||||||
&& apt clean -y
|
|
||||||
|
|
||||||
WORKDIR /tmp
|
WORKDIR /tmp
|
||||||
RUN git clone https://git.zontreck.com/zontreck/wine
|
RUN wget https://ci.zontreck.com/job/ThirdParty/job/Wine/job/9.16/lastSuccessfulBuild/artifact/wine.tgz
|
||||||
RUN cd wine && git checkout wine-9.16 && cd ..
|
RUN mkdir wine && cd wine && tar -xvf ../wine.tgz
|
||||||
WORKDIR /tmp/wine
|
WORKDIR /tmp/wine
|
||||||
|
RUN mkdir /opt/wine
|
||||||
RUN ./configure --without-tests --prefix=${INSTALL_PREFIX} --libdir=${INSTALL_PREFIX}/lib --enable-archs=x86_64,i386
|
RUN rsync -a --progress -h --delete ./ /opt/wine/
|
||||||
RUN make -j$(nproc)
|
|
||||||
RUN make install
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
FROM git.zontreck.com/ariascreations/yolks:debian
|
FROM git.zontreck.com/ariascreations/yolks:debian
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue