Fix NPE at java FontConfiguration when running in docker container.

Base image Alpine-JRE8 doesn't install as dependency fontconfig and
some font. Added them to buildsteps.

Signed-off-by: Yahor Berdnikau <egorr.berd@gmail.com>
This commit is contained in:
Yahor Berdnikau
2017-11-18 19:07:33 +01:00
parent 78006946ea
commit 61e55dbbea
+2
View File
@@ -12,6 +12,8 @@ RUN apk --no-cache add \
lame \
bash \
libressl \
fontconfig \
ttf-dejavu \
ca-certificates \
tini \
openjdk8-jre