Skip to content

Commit

Permalink
feat: Add MS-Fonts on alpine docker image. (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwinBetanc0urt authored Dec 10, 2024
1 parent 5b23f17 commit b0e448b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@ RUN rm -rf /tmp/* && \
tzdata \
bash \
fontconfig \
ttf-dejavu && \
ttf-dejavu \
msttcorefonts-installer && \
fc-cache -f && \
echo "Set Timezone..." && \
echo $TZ > /etc/timezone

Expand Down
1 change: 1 addition & 0 deletions docker/focal.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN rm -rf /var/lib/apt/lists/* && \
ttf-dejavu \
fontconfig-config \
ttf-mscorefonts-installer && \
fc-cache -f && \
echo "Set Timezone..." && \
echo $TZ > /etc/timezone

Expand Down

0 comments on commit b0e448b

Please sign in to comment.