mirror of
https://github.com/yuzu-emu/build-environments
synced 2024-11-22 17:43:47 +00:00
Merge pull request #25 from lat9nq/fresh-zsync
linux-fresh: Add package 'zsync'
This commit is contained in:
commit
9d80622f2d
1 changed files with 2 additions and 1 deletions
|
@ -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} && \
|
||||||
|
|
Loading…
Reference in a new issue