Skip to content

Commit

Permalink
wine stable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gOOvER committed Nov 3, 2023
1 parent 47b41da commit e7aed16
Showing 1 changed file with 28 additions and 49 deletions.
77 changes: 28 additions & 49 deletions wine/stable/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,83 +11,62 @@ RUN dpkg --add-architecture i386
RUN apt update
RUN apt -y upgrade
RUN apt install -y \
alsa-tools \
apt-transport-https \
binutils \
ca-certificates \
cabextract \
curl \
dbus \
dirmngr \
ffmpeg \
g++ \
gcc \
gdb \
git \
git-lfs \
gnupg \
gnupg2 \
gnutls-bin \
icu-devtools \
iproute2 \
jq \
locales \
mesa-utils \
net-tools \
netcat-openbsd \
numactl \
psmisc \
procps \
python3 \
python3-dev \
python3-pip \
sed \
sqlite3 \
rapidjson-dev \
software-properties-common \
speex:i386 \
sqlite3 \
tar \
telnet \
tini \
tzdata \
unzip \
wget \
winbind \
xauth \
xvfb \
lib32gcc-s1 \
libgcc-s1 \
lib32stdc++6 \
lib32tinfo6 \
lib32z1 \
libao-common \
libasound2 \
libatk1.0-0 \
libc++1 \
xz-utils \
zip \
libatomic1 \
libc++-dev \
libc6 \
libcurl4 \
libcurl4-gnutls-dev:i386 \
libcurl4:i386 \
libfontconfig1 \
libduktape207 \
libevent-dev \
libfluidsynth3 \
libfontconfig \
libgcc1 \
libgconf-2-4 \
libgdiplus \
libgtk2.0-0:i386 \
libncurses5-dev:i386 \
libncurses5:i386 \
libncurses6 \
libicu72 \
liblua5.4-0 \
liblzo2-2 \
libmariadbclient-dev-compat \
libncurses6:i386 \
libntlm0 \
libpangocairo-1.0-0 \
libpulse-dev \
libprotobuf32 \
libsdl1.2debian \
libsdl1.2debian:i386 \
libsdl2-2.0-0 \
libsdl2-2.0-0:i386 \
libssl3 \
libssl3:i386 \
libsqlite3-dev \
libstdc++6 \
libstdc++6:i386 \
libtcmalloc-minimal4 \
libtinfo6:i386 \
libxcomposite1 \
libxcursor1 \
libxdamage1 \
libxi6 \
libxrandr2 \
libxss1 \
libxtst6
libunwind8 \
libz-dev \
libzip4

RUN rm -rf /var/lib/apt/lists/*

Expand All @@ -96,7 +75,7 @@ RUN mkdir -pm755 /etc/apt/keyrings
RUN wget -O /etc/apt/keyrings/winehq-archive.key https://dl.winehq.org/wine-builds/winehq.key
RUN wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/debian/dists/bookworm/winehq-bookworm.sources
RUN apt update
RUN apt install --install-recommends winehq-stable cabextract -y
RUN apt install --install-recommends winehq-stable wine-binfmt -y

# Set up Winetricks
RUN wget -q -O /usr/sbin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks
Expand Down

0 comments on commit e7aed16

Please sign in to comment.