linux-fresh: Add package 'zsync'

Soft-requirement to embed update information into AppImages. Requirement
to create the actual update files.
This commit is contained in:
lat9nq 2021-01-06 12:40:09 -05:00
parent 912e66c4ea
commit 6f0ed60b4d

View file

@ -26,7 +26,8 @@ RUN useradd -m -u 1027 -s /bin/bash yuzu && \
software-properties-common \ software-properties-common \
unzip \ unzip \
wget \ wget \
zlib1g-dev && \ zlib1g-dev \
zsync && \
pip3 install conan pip3 install conan
# Install updated versions of FFmpeg, GCC, Qt, and SDL2 from launchpad repositories # 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} && \ RUN add-apt-repository -y ppa:beineri/opt-qt-${QT_VER}-${UBUNTU_VER} && \