neko: drop winetricks (not in Debian trixie main; GW needs only bare wine)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
rope 2026-06-25 10:39:20 +01:00
parent e5589907a3
commit b00dee9dc6

View file

@ -25,7 +25,7 @@ let
RUN dpkg --add-architecture i386 \ RUN dpkg --add-architecture i386 \
&& apt-get update \ && apt-get update \
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \ && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
wine wine64 wine32 winbind cabextract winetricks ca-certificates wget \ wine wine64 wine32 winbind ca-certificates wget \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
''; '';
in in