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 a72cf42 commit 9da4c68Copy full SHA for 9da4c68
Dockerfile
@@ -1,7 +1,7 @@
1
-FROM python:3.7
+FROM debian:bullseye-slim
2
3
-RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex fonts-freefont-otf
4
-RUN pip3 install --upgrade pip
+RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex fonts-freefont-otf \
+ python3 python3-pip git zile
5
6
COPY poetry.lock pyproject.toml /opt/
7
0 commit comments