Skip to content

Commit

Permalink
fix: FontConfiguration exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hcnp committed Jun 7, 2024
1 parent eac9633 commit 4957bfb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ RUN apt-get update \
ruby \
ruby-dev \
libfreetype6 \
msttcorefonts-installer \
fontconfig \
# Fixes Spring Boot FontConfiguration exceptions - https://coderanch.com/t/761996/frameworks/Docker-Spring-boot-giving-sun
&& update-ms-fonts \
\
&& curl -fsSL https://deb.nodesource.com/setup_20.x | bash - \
&& apt-get install --yes --no-install-recommends nodejs \
Expand Down

0 comments on commit 4957bfb

Please sign in to comment.