Skip to content

Commit 9da4c68

Browse files
committed
Use Debian Bullseye as basis system in container
1 parent a72cf42 commit 9da4c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM python:3.7
1+
FROM debian:bullseye-slim
22

3-
RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex fonts-freefont-otf
4-
RUN pip3 install --upgrade pip
3+
RUN apt-get update -y && apt-get install -y texlive-xetex latexmk texlive-xetex fonts-freefont-otf \
4+
python3 python3-pip git zile
55

66
COPY poetry.lock pyproject.toml /opt/
77

0 commit comments

Comments
 (0)