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:
Matthieu Gautier
2018-11-27 10:11:20 +01:00
parent d375cc06bc
commit ed63ffe24c
5 changed files with 31 additions and 1 deletions

View File

@ -33,6 +33,7 @@ RUN \
ctpp2-utils \
libctpp2-dev \
libmicrohttpd-dev \
aria2 \
# Qt packages
libqt5gui5 \
qtbase5-dev \