Add missing file dependency for appimage docker (#41)

This commit is contained in:
MT19048 2023-04-09 12:47:31 +02:00 committed by GitHub
parent 66014b5b7a
commit d6e4e7ff16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ RUN apt-get install -y \
qt5-gtk-platformtheme \
qt5ct \
qt5-style-plugins \
file \
&& \
# Install updated version of cmake and missing libfdk-aac-dev
apt-add-repository 'deb http://deb.debian.org/debian bullseye main contrib non-free' && \