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

Commit

Permalink
Updated compile docker images to include tree package (#3423)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicknezis authored and nwangtw committed Dec 14, 2019
1 parent 1a59a23 commit 2a11f9b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions docker/compile/Dockerfile.centos7
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN yum -y install \
unzip \
wget \
which \
tree \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel

Expand Down
1 change: 1 addition & 0 deletions docker/compile/Dockerfile.debian9
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update && apt-get -y install \
python2.7-dev \
software-properties-common \
python-setuptools \
tree \
zip \
unzip \
wget
Expand Down
1 change: 1 addition & 0 deletions docker/compile/Dockerfile.ubuntu14.04
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions docker/compile/Dockerfile.ubuntu16.04
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ RUN apt-get update && apt-get -y install \
python-software-properties \
software-properties-common \
python-setuptools \
tree \
zip \
unzip \
wget
Expand Down
1 change: 1 addition & 0 deletions docker/compile/Dockerfile.ubuntu18.04
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2a11f9b

Please sign in to comment.