ci: Include appstreamcli and desktop-file-utils in images
We require appstreamcli and desktop-file-validate to validate metainfo and desktop files, without them, these tests will be simply skipped. Part-of: <https://gitlab.gnome.org/GNOME/calls/-/merge_requests/759>
This commit is contained in:
@@ -8,4 +8,5 @@ RUN export DEBIAN_FRONTEND=noninteractive \
|
|||||||
&& eatmydata apt-get --no-install-recommends -y build-dep . \
|
&& eatmydata apt-get --no-install-recommends -y build-dep . \
|
||||||
&& eatmydata apt-get --no-install-recommends -y install build-essential git wget gcovr \
|
&& eatmydata apt-get --no-install-recommends -y install build-essential git wget gcovr \
|
||||||
&& eatmydata apt-get --no-install-recommends -y install intltool \
|
&& eatmydata apt-get --no-install-recommends -y install intltool \
|
||||||
|
&& eatmydata apt-get --no-install-recommends -y install appstream desktop-file-utils \
|
||||||
&& eatmydata apt-get clean
|
&& eatmydata apt-get clean
|
||||||
|
Reference in New Issue
Block a user