summaryrefslogtreecommitdiff
path: root/Dockerfile.debian-arm64
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-02-13 16:28:33 +0200
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-02-18 14:40:57 +0200
commit784b3c535cb066dafb05d52170851b9dfb262f98 (patch)
treeeac76ed6f4a9ba71bd391bc72630fb61dd94e0cc /Dockerfile.debian-arm64
parent327f40b48bfb773981b0ac00b5633018247db24c (diff)
gitlab-ci: Remove autotools from corss-compilation containers
We only use meson there. Cc: Daniel Vetter <daniel@ffwll.ch> Cc: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Acked-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'Dockerfile.debian-arm64')
-rw-r--r--Dockerfile.debian-arm648
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile.debian-arm64 b/Dockerfile.debian-arm64
index 34fb5ad4..7b3a3c7c 100644
--- a/Dockerfile.debian-arm64
+++ b/Dockerfile.debian-arm64
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
libdrm-dev:arm64 \
qemu-user \
qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make