Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Commit a565a6b

Browse files
nicknezisnwangtw
authored andcommitted
Updated compile docker images to include tree package (#3423)
1 parent 7ef2e15 commit a565a6b

File tree

5 files changed

+5
-0
lines changed

5 files changed

+5
-0
lines changed

docker/compile/Dockerfile.centos7

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ RUN yum -y install \
4242
unzip \
4343
wget \
4444
which \
45+
tree \
4546
java-1.8.0-openjdk \
4647
java-1.8.0-openjdk-devel
4748

docker/compile/Dockerfile.debian9

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install \
3434
python2.7-dev \
3535
software-properties-common \
3636
python-setuptools \
37+
tree \
3738
zip \
3839
unzip \
3940
wget

docker/compile/Dockerfile.ubuntu14.04

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ RUN apt-get update && apt-get -y install \
4141
unzip \
4242
wget \
4343
cmake \
44+
tree \
4445
openjdk-8-jdk-headless
4546

4647
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64

docker/compile/Dockerfile.ubuntu16.04

+1
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ RUN apt-get update && apt-get -y install \
3636
python-software-properties \
3737
software-properties-common \
3838
python-setuptools \
39+
tree \
3940
zip \
4041
unzip \
4142
wget

docker/compile/Dockerfile.ubuntu18.04

+1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN apt-get update && apt-get -y install \
3535
unzip \
3636
git \
3737
curl \
38+
tree \
3839
openjdk-8-jdk-headless
3940

4041
ENV JAVA_HOME /usr/lib/jvm/java-8-openjdk-amd64

0 commit comments

Comments
 (0)