Add missing packages in bionic container.

This commit is contained in:
Matthieu Gautier 2023-03-01 15:39:04 +01:00 committed by Kelson
parent 672c6fdcb5
commit fb9ca9ec89
1 changed files with 3 additions and 1 deletions

View File

@ -18,6 +18,8 @@ RUN apt update -q \
# Packaged dependencies # Packaged dependencies
libbz2-dev libmagic-dev uuid-dev zlib1g-dev \ libbz2-dev libmagic-dev uuid-dev zlib1g-dev \
libmicrohttpd-dev aria2 libgtest-dev libgl-dev \ libmicrohttpd-dev aria2 libgtest-dev libgl-dev \
# Devel package to compile python modules
libxml2-dev libxslt-dev python3-dev \
# Qt packages # Qt packages
qt515base qt515webengine qt515svg qt515imageformats qt515wayland \ qt515base qt515webengine qt515svg qt515imageformats qt515wayland \
# To create the appimage of kiwix-desktop # To create the appimage of kiwix-desktop