Build: Install libxkbcommon-x11 in AppImage

Newer distributions do not install libxkbcommon-x11 by default
anymore and Qt depends on it.

-----

taken from ca3e4501cd
This commit is contained in:
Axel Gembe 2020-01-22 18:16:53 +01:00 committed by SomberNight
parent b560bc92cc
commit d3385e49bb
No known key found for this signature in database
GPG key ID: B33B5F232C6271E9

View file

@ -23,6 +23,7 @@ RUN apt-get update -q && \
gettext=0.19.7-2ubuntu3.1 \
libzbar0=0.10+doc-10ubuntu1 \
libdbus-1-3=1.10.6-1ubuntu3.4 \
libxkbcommon-x11-0=0.5.0-1ubuntu2.1 \
&& \
rm -rf /var/lib/apt/lists/* && \
apt-get autoremove -y && \