gitlab-ci: install xmllint to validate 00-mesa-defaults.conf

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
Eric Engestrom
2019-02-27 09:48:46 +00:00
parent bb6b691c57
commit df5cd51259
2 changed files with 4 additions and 1 deletions

View File

@@ -161,5 +161,8 @@ RUN pip3 install mako
# Use ccache to speed up builds
RUN apt-get install -y ccache
# We need xmllint to validate the XML files in Mesa
RUN apt-get install -y libxml2-utils
# Cleanup workdir
WORKDIR /