Update Dockerfile

This commit is contained in:
Twig6943 2026-03-26 02:04:06 +03:00 committed by GitHub
parent 103f325445
commit 8affeaa0f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ RUN set -eux; \
| tr -d '\r' \
)"; \
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; \
rm -f /tmp/umu-launcher.deb;