cptactionhank / docker-atlassian-jira

Atlassian JIRA Core wrapped in a Docker image
https://cptactionhank.github.io/docker-atlassian-jira
MIT License
623 stars 247 forks source link

Install ttf-dejavu font #68

Closed dpash closed 6 years ago

dpash commented 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

dpash commented 6 years ago

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.

cptactionhank commented 6 years ago

Thank you