Skip to content

Commit abca3d7

Browse files
authored
Add dejavu font
1 parent 522924a commit abca3d7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

build/Dockerfile.book

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apk update && apk upgrade && apk add --no-cache \
1111
freetype-dev \
1212
harfbuzz \
1313
ca-certificates \
14-
ttf-freefont
14+
ttf-freefont \
15+
ttf-dejavu
1516

1617
RUN tlmgr install koma-script
1718

build/Dockerfile.single

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ RUN apk update && apk upgrade && apk add --no-cache \
1111
freetype-dev \
1212
harfbuzz \
1313
ca-certificates \
14-
ttf-freefont
14+
ttf-freefont \
15+
ttf-dejavu
1516

1617
COPY ./convert_single.sh /opt/script/
1718

0 commit comments

Comments
 (0)