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
103f325445
commit
8affeaa0f8
|
|
@ -33,7 +33,7 @@ RUN set -eux; \
|
||||||
| tr -d '\r' \
|
| tr -d '\r' \
|
||||||
)"; \
|
)"; \
|
||||||
curl -Lo /tmp/umu-launcher.deb \
|
curl -Lo /tmp/umu-launcher.deb \
|
||||||
"https://github.com/Open-Wine-Components/umu-launcher/releases/download/${ver}/python3-umu-launcher_${ver}-1_amd64_ubuntu-noble.deb"; \
|
"https://github.com/Open-Wine-Components/umu-launcher/releases/download/${ver}/python3-umu-launcher_${ver}-1_amd64_debian-13.deb"; \
|
||||||
apt-get install -y /tmp/umu-launcher.deb; \
|
apt-get install -y /tmp/umu-launcher.deb; \
|
||||||
rm -f /tmp/umu-launcher.deb;
|
rm -f /tmp/umu-launcher.deb;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue