mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Change to debian trixie, proton and wayland changes
This commit is contained in:
parent
d6e34e0967
commit
df8afa9e50
|
|
@ -1,4 +1,4 @@
|
||||||
FROM debian:bookworm-slim
|
FROM debian:trixie-slim
|
||||||
|
|
||||||
ARG DEBIAN_FRONTEND=noninteractive
|
ARG DEBIAN_FRONTEND=noninteractive
|
||||||
# basically, it only works with a Release build.(libs are not included in Debug build)
|
# 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 \
|
wine \
|
||||||
wine64 \
|
wine64 \
|
||||||
wine32:i386 \
|
wine32:i386 \
|
||||||
xvfb \
|
xwayland-run \
|
||||||
|
cage \
|
||||||
tini \
|
tini \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
ENV PROTON_ENABLE_WAYLAND=1
|
||||||
ENV WINEARCH=win64
|
ENV WINEARCH=win64
|
||||||
ENV WINEPREFIX=/var/opt/wineprefix64
|
ENV WINEPREFIX=/var/opt/minecraft_lce
|
||||||
|
|
||||||
WORKDIR /srv/mc
|
WORKDIR /srv/mc
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue