Fix ubunt14.04 docker file (#3526)

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 @@
       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