Change to debian trixie, proton and wayland changes

This commit is contained in:
Twig6943 2026-03-25 08:22:53 +03:00 committed by GitHub
parent d6e34e0967
commit df8afa9e50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,4 +1,4 @@
FROM debian:bookworm-slim
FROM debian:trixie-slim
ARG DEBIAN_FRONTEND=noninteractive
# basically, it only works with a Release build.(libs are not included in Debug build)
@ -11,12 +11,14 @@ RUN dpkg --add-architecture i386 \
wine \
wine64 \
wine32:i386 \
xvfb \
xwayland-run \
cage \
tini \
&& rm -rf /var/lib/apt/lists/*
ENV PROTON_ENABLE_WAYLAND=1
ENV WINEARCH=win64
ENV WINEPREFIX=/var/opt/wineprefix64
ENV WINEPREFIX=/var/opt/minecraft_lce
WORKDIR /srv/mc