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>
master
Yahor Berdnikau 7 years ago
parent 78006946ea
commit 61e55dbbea
  1. 2
      install/docker/Dockerfile

@ -12,6 +12,8 @@ RUN apk --no-cache add \
lame \
bash \
libressl \
fontconfig \
ttf-dejavu \
ca-certificates \
tini \
openjdk8-jre

Loading…
Cancel
Save