This is an automated email from the ASF dual-hosted git repository.
nwang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git
The following commit(s) were added to refs/heads/master by this push:
new c713f43 Fix ubunt14.04 docker file (#3526)
c713f43 is described below
commit c713f438f25e71f95171ea0225543cb3ada8c586
Author: Ning Wang <[email protected]>
AuthorDate: Tue May 26 11:09:12 2020 -0700
Fix ubunt14.04 docker file (#3526)
---
docker/compile/Dockerfile.ubuntu14.04 | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/docker/compile/Dockerfile.ubuntu14.04
b/docker/compile/Dockerfile.ubuntu14.04
index 922cd89..521cce9 100644
--- a/docker/compile/Dockerfile.ubuntu14.04
+++ b/docker/compile/Dockerfile.ubuntu14.04
@@ -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