mirror of
https://gitlab.gnome.org/GNOME/calls.git
synced 2025-01-08 04:45:31 +00:00
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:
parent
11ce0eae72
commit
775d503715
1 changed files with 1 additions and 0 deletions
|
@ -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 install build-essential git wget gcovr \
|
||||
&& 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
|
||||
|
|
Loading…
Reference in a new issue