Skip to content

Commit 27fe2f6

Browse files
committed
install missing fonts for building pdf ('LaTeX Error: File `bbm.sty' not found.')
1 parent 6196450 commit 27fe2f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ FROM debian:bookworm-slim
33
#RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex \
44
# texlive-fonts-extra fonts-freefont-otf python3 python3-pip git zile wget
55

6-
RUN apt-get update -y && apt-get install -y python3 python3-pip texlive-xetex latexmk git zile wget
7-
RUN apt-get install -y python3-venv
6+
RUN apt-get update -y && apt-get install -y python3 python3-pip texlive-xetex \
7+
latexmk git zile wget texlive-fonts-extra python3-venv
88

99
COPY requirements.txt /opt/
1010

0 commit comments

Comments
 (0)