mirror of
https://github.com/kiwix/kiwix-build.git
synced 2025-06-26 10:11:27 +00:00
Add aria2 dependency.
kiwix-desktop needs the aria2 binary to download content. kiwix-desktop will use aria2 throw lib-kiwix so it is somehow a kiwix-lib dependency, but it is used only by kiwix-desktop. And we know to install it only on platforms where we are supporting kiwix-destkop.
This commit is contained in:
@ -33,6 +33,7 @@ RUN \
|
||||
ctpp2-utils \
|
||||
libctpp2-dev \
|
||||
libmicrohttpd-dev \
|
||||
aria2 \
|
||||
# Qt packages
|
||||
libqt5gui5 \
|
||||
qtbase5-dev \
|
||||
|
Reference in New Issue
Block a user