mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
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:
parent
b560bc92cc
commit
d3385e49bb
1 changed files with 1 additions and 0 deletions
|
@ -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 && \
|
||||
|
|
Loading…
Add table
Reference in a new issue