1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-10-22 04:35:23 +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:
Evangelos Ribeiro Tzaras 2024-09-15 10:15:37 +02:00
parent 11ce0eae72
commit 775d503715

View file

@ -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