summaryrefslogtreecommitdiff
path: root/Dockerfile.build-debian
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile.build-debian')
-rw-r--r--Dockerfile.build-debian8
1 files changed, 0 insertions, 8 deletions
diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian
index b143a532..454f4bce 100644
--- a/Dockerfile.build-debian
+++ b/Dockerfile.build-debian
@@ -20,12 +20,4 @@ RUN apt-get install -y \
peg \
libdrm-intel1
-# autotools build deps
-RUN apt-get install -y \
- autoconf \
- automake \
- xutils-dev \
- libtool \
- make
-
RUN apt-get clean