Skip to content

Commit

Permalink
chore(conversion): reduce number of fonts in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
bouassaba committed Jun 14, 2024
1 parent a438f46 commit 2ddbcdd
Showing 1 changed file with 1 addition and 21 deletions.
22 changes: 1 addition & 21 deletions conversion/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,46 +39,26 @@ RUN apk add --no-cache \
RUN apk add --no-cache \
font-dejavu \
font-droid \
font-droid-nonlatin \
font-awesome \
font-liberation \
font-liberation-sans-narrow \
font-noto-cjk \
font-noto-all \
font-noto-cjk-extra \
font-noto-emoji \
font-ubuntu \
font-inconsolata \
font-roboto \
font-roboto-flex \
font-roboto-mono \
font-opensans \
font-hack \
font-cantarell \
font-jetbrains-mono \
font-adobe-source-code-pro \
font-adobe-utopia-100dpi \
font-adobe-utopia-75dpi \
font-adobe-utopia-type1 \
font-alias \
font-arimo \
font-b612 \
font-barlow \
font-bh-100dpi \
font-bh-75dpi \
font-bitstream-100dpi \
font-bitstream-75dpi \
font-bitstream-type1 \
font-carlito \
font-croscore \
font-eb-garamond \
font-freefont \
font-inter \
font-montserrat \
font-noto \
font-overpass \
font-vollkorn \
font-wqy-zenhei
font-noto

RUN apk add --no-cache \
tesseract-ocr \
Expand Down

0 comments on commit 2ddbcdd

Please sign in to comment.