summaryrefslogtreecommitdiff
path: root/Dockerfile.debian-arm64
diff options
context:
space:
mode:
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