diff --git a/docker/compile/Dockerfile.centos7 b/docker/compile/Dockerfile.centos7 index 3eda6c45ff2..67a15ded4b7 100644 --- a/docker/compile/Dockerfile.centos7 +++ b/docker/compile/Dockerfile.centos7 @@ -42,6 +42,7 @@ RUN yum -y install \ unzip \ wget \ which \ + tree \ java-1.8.0-openjdk \ java-1.8.0-openjdk-devel diff --git a/docker/compile/Dockerfile.debian9 b/docker/compile/Dockerfile.debian9 index dd79bd3beaa..2a3e70a121a 100644 --- a/docker/compile/Dockerfile.debian9 +++ b/docker/compile/Dockerfile.debian9 @@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install \ python2.7-dev \ software-properties-common \ python-setuptools \ + tree \ zip \ unzip \ wget diff --git a/docker/compile/Dockerfile.ubuntu14.04 b/docker/compile/Dockerfile.ubuntu14.04 index e21a2846c3d..4841616408c 100644 --- a/docker/compile/Dockerfile.ubuntu14.04 +++ b/docker/compile/Dockerfile.ubuntu14.04 @@ -41,6 +41,7 @@ RUN apt-get update && apt-get -y install \ unzip \ wget \ cmake \ + tree \ openjdk-8-jdk-headless ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64 diff --git a/docker/compile/Dockerfile.ubuntu16.04 b/docker/compile/Dockerfile.ubuntu16.04 index ebad523cbf5..6a54f47b64a 100644 --- a/docker/compile/Dockerfile.ubuntu16.04 +++ b/docker/compile/Dockerfile.ubuntu16.04 @@ -36,6 +36,7 @@ RUN apt-get update && apt-get -y install \ python-software-properties \ software-properties-common \ python-setuptools \ + tree \ zip \ unzip \ wget diff --git a/docker/compile/Dockerfile.ubuntu18.04 b/docker/compile/Dockerfile.ubuntu18.04 index 48a62efdb3c..8b416266ed8 100644 --- a/docker/compile/Dockerfile.ubuntu18.04 +++ b/docker/compile/Dockerfile.ubuntu18.04 @@ -35,6 +35,7 @@ RUN apt-get update && apt-get -y install \ unzip \ git \ curl \ + tree \ openjdk-8-jdk-headless ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64