mirror of
https://github.com/yuzu-emu/build-environments.git
synced 2025-01-05 14:15:56 +00:00
fresh: Add tools needed for AppImage verification
From https://github.com/AppImage/pkg2appimage/blob/master/appdir-lint.sh
This commit is contained in:
parent
d1a84a6819
commit
913edcbb37
|
@ -13,12 +13,15 @@ ENV UBUNTU_VER=bionic
|
||||||
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
RUN useradd -m -u 1027 -s /bin/bash yuzu && \
|
||||||
apt-get update && apt-get -y full-upgrade && \
|
apt-get update && apt-get -y full-upgrade && \
|
||||||
apt-get install --no-install-recommends -y \
|
apt-get install --no-install-recommends -y \
|
||||||
|
appstream \
|
||||||
autoconf \
|
autoconf \
|
||||||
automake \
|
automake \
|
||||||
build-essential \
|
build-essential \
|
||||||
ccache \
|
ccache \
|
||||||
|
desktop-file-utils \
|
||||||
file \
|
file \
|
||||||
gpg-agent \
|
gpg-agent \
|
||||||
|
libfile-mimeinfo-perl \
|
||||||
liblz4-dev \
|
liblz4-dev \
|
||||||
libopus-dev \
|
libopus-dev \
|
||||||
libssl-dev \
|
libssl-dev \
|
||||||
|
|
Loading…
Reference in a new issue