diff --git a/custom/builddocs/latest.Dockerfile b/custom/builddocs/latest.Dockerfile index 9af349a..6d0ef01 100644 --- a/custom/builddocs/latest.Dockerfile +++ b/custom/builddocs/latest.Dockerfile @@ -1,5 +1,5 @@ -FROM debian:12-slim +FROM python:3.10-slim-bookworm RUN apt-get update \ - && apt-get install -y build-essential git fontconfig inkscape lsb-release rclone rsync make texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk poppler-utils libcurl4-openssl-dev libssl-dev \ + && apt-get install -y build-essential git python3-venv fontconfig inkscape lsb-release rclone rsync make texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk poppler-utils libcurl4-openssl-dev libssl-dev \ && rm -rf /var/lib/apt/lists/*