Closed dpash closed 6 years ago
Various parts of JIRA need fonts to be installed, including graphs and captchas. Without the fonts being installed, you recieve a NPE in sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264)
This commit adds the ttf-dejavu font
Resolves #65 and #66
Just for anyone looking in the future: The issue in the openjdk:alpine image docker-library/openjdk#73
Presumably when this is resolved, the explicit installation can be removed.
Thank you
Various parts of JIRA need fonts to be installed, including graphs and captchas. Without the fonts being installed, you recieve a NPE in sun.awt.FontConfiguration.getVersion(FontConfiguration.java:1264)
This commit adds the ttf-dejavu font
Resolves #65 and #66