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

Commit

Permalink
Fix ubunt14.04 docker file (#3526)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwangtw authored May 26, 2020
1 parent 89a1e50 commit c713f43
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker/compile/Dockerfile.ubuntu14.04
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ RUN apt-get update && apt-get -y install \
git \
libtool \
python-dev \
pkg-config \
libcppunit-dev \
zip \
unzip \
wget \
cmake \
tree \
tree

RUN apt-get update && apt-get -y install \
openjdk-11-jdk-headless

ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64
Expand Down

0 comments on commit c713f43

Please sign in to comment.