summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-09-17 09:51:15 +0530
committerArun Raghavan <arun@arunraghavan.net>2018-09-17 05:05:57 +0000
commit34153758494ae1554419832c0c4047467859516d (patch)
treecb16ca36909a6e506baf52e4b4149cf716703cfe /scripts
parent012dfc4631258608bf3b92dfec9124e98d2ab7fd (diff)
gitlab: Add meson build to CI
Diffstat (limited to 'scripts')
-rw-r--r--scripts/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/Dockerfile b/scripts/Dockerfile
index aa4ae673f..02864c6b1 100644
--- a/scripts/Dockerfile
+++ b/scripts/Dockerfile
@@ -41,6 +41,8 @@ RUN apt-get update && apt-get install -y \
libxml-parser-perl \
libxtst-dev \
make \
+ meson \
+ ninja-build \
systemd
# Add a user and set as default for the build. This is safer, in general, and