Skip to content

Commit

Permalink
Merge pull request #63 from ScriptAutomate/restore-builddocs-python
Browse files Browse the repository at this point in the history
Restore builddocs to have Python 3.10
  • Loading branch information
ScriptAutomate authored Oct 23, 2024
2 parents 4c14f62 + 46160a5 commit df1ea17
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom/builddocs/latest.Dockerfile
Original file line number Diff line number Diff line change
@@ -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/*

0 comments on commit df1ea17

Please sign in to comment.