From dc9b70e20879c46278ff6c9053c528c5fed5fcb8 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Wed, 12 Feb 2025 22:50:16 +0100 Subject: [PATCH] downgrade appimagelauncher. newest version fails at installation --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index de8c494..b129a1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,7 +123,7 @@ RUN rpm-ostree override replace --experimental --from repo=copr:copr.fedorainfra RUN rpm-ostree install haruna # Install AppImageLauncher -RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/download/v3.0.0-alpha-2/appimagelauncher_3.0.0-alpha-2-gha218.0146f5c_x86_64.rpm +RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/download/v2.2.0/appimagelauncher-2.2.0-travis995.0f91801.x86_64.rpm # Install Gwenview on host for full support for image formats such as HEIC RUN rpm-ostree install gwenview