Add svg icon support into the appimage

- Add missing packages in Dockerfile to support svg icons.
- Include needed plugins in the appimage.
This commit is contained in:
Matthieu Gautier
2018-08-03 15:18:58 +02:00
parent 0d3ea8eaa5
commit afc6bf0907
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,8 @@ RUN \
libqt5gui5 \
qtbase5-dev \
qtwebengine5-dev \
libqt5svg5-dev \
qt5-image-formats-plugins \
qt5-default \
# To create the appimage of kiwix-desktop
libfuse2 \