summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Dockerfile.debian-arm648
-rw-r--r--Dockerfile.debian-armhf8
2 files changed, 0 insertions, 16 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
diff --git a/Dockerfile.debian-armhf b/Dockerfile.debian-armhf
index 81ad5c61..c67a1e2a 100644
--- a/Dockerfile.debian-armhf
+++ b/Dockerfile.debian-armhf
@@ -36,11 +36,3 @@ RUN apt-get install -t stretch-backports -y \
libdrm-dev:armhf \
qemu-user \
qemu-user-static
-
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make