From 61e55dbbea4e79456f71beeaddcdfad35bb0467e Mon Sep 17 00:00:00 2001 From: Yahor Berdnikau Date: Sat, 18 Nov 2017 19:07:33 +0100 Subject: [PATCH] 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 --- install/docker/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install/docker/Dockerfile b/install/docker/Dockerfile index d081653d..cc6e7a0e 100644 --- a/install/docker/Dockerfile +++ b/install/docker/Dockerfile @@ -12,6 +12,8 @@ RUN apk --no-cache add \ lame \ bash \ libressl \ + fontconfig \ + ttf-dejavu \ ca-certificates \ tini \ openjdk8-jre