Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Commit

Permalink
Add DejaVu font support in Docker Image
Browse files Browse the repository at this point in the history
  • Loading branch information
Ziedelth committed Nov 24, 2023
1 parent 7ea1849 commit 194d15d
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 @@ -8,6 +8,7 @@ COPY --from=build /app/target/api-1.0.0-jar-with-dependencies.jar /app/api.jar
COPY --from=build /app/data/ /app/data/

RUN apk update && apk add gcompat opencv-dev && rm -rf /var/cache/apk/*
RUN apk add --update ttf-dejavu && rm -rf /var/cache/apk/*
EXPOSE 8080
WORKDIR /app
ENTRYPOINT ["java", "-jar", "api.jar"]

0 comments on commit 194d15d

Please sign in to comment.