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

Commit c713f43

Browse files
authored
Fix ubunt14.04 docker file (#3526)
1 parent 89a1e50 commit c713f43

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docker/compile/Dockerfile.ubuntu14.04

+4-1
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,15 @@ RUN apt-get update && apt-get -y install \
3434
git \
3535
libtool \
3636
python-dev \
37+
pkg-config \
3738
libcppunit-dev \
3839
zip \
3940
unzip \
4041
wget \
4142
cmake \
42-
tree \
43+
tree
44+
45+
RUN apt-get update && apt-get -y install \
4346
openjdk-11-jdk-headless
4447

4548
ENV JAVA_HOME /usr/lib/jvm/java-11-openjdk-amd64

0 commit comments

Comments
 (0)