From 6f0ed60b4d3507edf00ee683461e5a2953a55b8b Mon Sep 17 00:00:00 2001 From: lat9nq <22451773+lat9nq@users.noreply.github.com> Date: Wed, 6 Jan 2021 12:40:09 -0500 Subject: [PATCH] linux-fresh: Add package 'zsync' Soft-requirement to embed update information into AppImages. Requirement to create the actual update files. --- linux-fresh/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/linux-fresh/Dockerfile b/linux-fresh/Dockerfile index edbaf97..99668e8 100644 --- a/linux-fresh/Dockerfile +++ b/linux-fresh/Dockerfile @@ -26,7 +26,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \ software-properties-common \ unzip \ wget \ - zlib1g-dev && \ + zlib1g-dev \ + zsync && \ pip3 install conan # Install updated versions of FFmpeg, GCC, Qt, and SDL2 from launchpad repositories RUN add-apt-repository -y ppa:beineri/opt-qt-${QT_VER}-${UBUNTU_VER} && \