Skip to content

Commit

Permalink
add font packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jaroldwong committed Jan 30, 2024
1 parent 6734c7f commit 43ce82e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ COPY . .
RUN gradle build --no-daemon -x check -x test

FROM amazoncorretto:8-alpine-jre
RUN apk --no-cache add fontconfig freetype
RUN apk --no-cache add openssl

EXPOSE 8080
Expand Down

0 comments on commit 43ce82e

Please sign in to comment.