Skip to content

Commit

Permalink
Merge pull request #299 from icefoganalytics/test
Browse files Browse the repository at this point in the history
Adding fonts to container
  • Loading branch information
datajohnson authored Aug 23, 2024
2 parents 158dfa2 + 4acf4f1 commit 24336ce
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 @@ -7,6 +7,10 @@ RUN apk add --no-cache \
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

RUN apk --no-cache add msttcorefonts-installer fontconfig && \
update-ms-fonts && \
fc-cache -f

COPY fonts/*.ttf /usr/share/fonts/
RUN fc-cache -fv

Expand Down

0 comments on commit 24336ce

Please sign in to comment.