fresh: Add tools needed for AppImage verification

From https://github.com/AppImage/pkg2appimage/blob/master/appdir-lint.sh
This commit is contained in:
lat9nq 2022-05-15 01:17:36 -04:00
parent d1a84a6819
commit 913edcbb37

View File

@ -13,12 +13,15 @@ ENV UBUNTU_VER=bionic
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
apt-get update && apt-get -y full-upgrade && \
apt-get install --no-install-recommends -y \
appstream \
autoconf \
automake \
build-essential \
ccache \
desktop-file-utils \
file \
gpg-agent \
libfile-mimeinfo-perl \
liblz4-dev \
libopus-dev \
libssl-dev \