summaryrefslogtreecommitdiff
path: root/Dockerfile.debian
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-10-24 12:54:41 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2018-10-24 19:04:54 +0300
commit6fe2266af2ebc549b0dcc0a56e60c2e2cc3cac6b (patch)
treee77b0457586b75825d2b26937a578268f410fabc /Dockerfile.debian
parent264946693790cf33a9174e342fc6afe476f50131 (diff)
gitlab-ci: Compile using autotools
Let's make sure that IGT compiles with autotools. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Dockerfile.debian')
-rw-r--r--Dockerfile.debian8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile.debian b/Dockerfile.debian
index 1c70f015..104906c1 100644
--- a/Dockerfile.debian
+++ b/Dockerfile.debian
@@ -33,3 +33,11 @@ RUN apt-get install -t stretch-backports -y \
meson \
libdrm-dev \
libdrm-intel1
+
+# autotools build deps
+RUN apt-get install -y \
+ autoconf \
+ automake \
+ xutils-dev \
+ libtool \
+ make