Browse Source

Add missing file dependency for appimage docker (#41)

master
MT19048 3 years ago
committed by GitHub
parent
commit
d6e4e7ff16
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      linux-appimage/Dockerfile

1
linux-appimage/Dockerfile

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

Loading…
Cancel
Save