We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37a932 commit 7b4aae4Copy full SHA for 7b4aae4
Dockerfile
@@ -1,7 +1,7 @@
1
FROM debian:bullseye-slim
2
3
RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex \
4
- texlive-fonts-extra fonts-freefont-otf python3 python3-pip git zile
+ texlive-fonts-extra fonts-freefont-otf python3 python3-pip git zile wget
5
6
COPY poetry.lock pyproject.toml /opt/
7
0 commit comments