From e43ff7868ff25c5f01e436931417a2ccd51e7837 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ingo=20Kl=C3=B6cker?= Date: Wed, 15 Sep 2021 12:01:57 +0200 Subject: appimage: Add a few hacks that are currently needed to build an AppImage * Apply a patch to latest pinentry to make it build with Qt 5.9 * Copy appimage.desktop and speedo.mk with appimage support which are not yet available in gnupg (outside of the work branch) GnuPG-bug-id: 5598 --- appimage/docker/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'appimage/docker/Dockerfile') diff --git a/appimage/docker/Dockerfile b/appimage/docker/Dockerfile index 34957ad97..46e1ccdde 100644 --- a/appimage/docker/Dockerfile +++ b/appimage/docker/Dockerfile @@ -52,6 +52,10 @@ RUN yum -y install \ sqlite-devel \ wget +# Install patch; this is needed for a temporary HACK +RUN yum -y install \ + patch + COPY build-appimage.sh / RUN chmod +x build-appimage.sh -- cgit v1.2.3