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

Updated compile docker images to include tree package #3423

Merged
merged 1 commit into from
Dec 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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