Fix wine install list
This commit is contained in:
parent
5c0f73326b
commit
29b6d3bdee
1 changed files with 30 additions and 13 deletions
|
@ -5,19 +5,36 @@ RUN apt-get install -y build-essential && apt-get clean -y
|
|||
|
||||
RUN apt-get install -y cmake ninja-build openjdk-17-jdk nasm git curl wget openjdk-17-jre clang pkg-config libgtk-3-dev lldb libglu1-mesa libpulse0 cargo python3-dev libffi-dev libssl-dev apt-utils fonts-liberation libgtk-4-1 libgbm1 libu2f-udev libvulkan1 xdg-utils gradle nasm mercurial && apt-get clean -y
|
||||
|
||||
RUN apt-get install -y devscripts wget curl git build-essential autotools-dev \
|
||||
autoconf bison bsdmainutils \
|
||||
flex fontforge \
|
||||
gawk gcc gcc-mingw-w64-i686 gcc-mingw-w64-x86-64 gettext \
|
||||
libacli-dev libasound2-dev libfontconfig-dev libfreetype6-dev \
|
||||
libgli-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 libxrender-dev libxt-dev \
|
||||
libxxf86vm-dev linux-libc-dev ocl-icd-opencl-dev patch perl \
|
||||
sharutils unixodbc-dev x11proto-xinerama-dev && apt-get clean -y
|
||||
|
||||
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 /root/.ssh
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue