mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Update Dockerfile
This commit is contained in:
parent
ab8669ac90
commit
e182a8d5e9
|
|
@ -36,9 +36,10 @@ RUN set -eux; \
|
|||
apt-get install -y /tmp/umu-launcher.deb; \
|
||||
rm -f /tmp/umu-launcher.deb;
|
||||
|
||||
ENV PROTONPATH=GE-Proton
|
||||
ENV PROTON_ENABLE_WAYLAND=1
|
||||
ENV WINEARCH=win64
|
||||
ENV WINEPREFIX=/var/opt/minecraft_lce
|
||||
ENV WINEPREFIX=/var/opt/wineprefix64
|
||||
|
||||
WORKDIR /srv/mc
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue