From eace312b9cf2fff5ca00fe4c8fb6554b38512075 Mon Sep 17 00:00:00 2001 From: Arun Raghavan Date: Mon, 1 Oct 2018 18:00:52 +0530 Subject: [PATCH] gitlab: Update Dockerfile to pull xmllint --- scripts/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 02864c6..8ec6fd1 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update && apt-get install -y \ libx11-xcb-dev \ libxcb1-dev \ libxml-parser-perl \ + libxml2-utils \ libxtst-dev \ make \ meson \ -- 2.7.4