Skip to content

Commit

Permalink
Merge pull request #62 from ScriptAutomate/builddocs-debianslim
Browse files Browse the repository at this point in the history
Debian 12 slim; add lsb-release to builddocs
  • Loading branch information
ScriptAutomate authored Oct 23, 2024
2 parents b69be76 + ec58948 commit 4c14f62
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 python:3.10-slim-bookworm
FROM debian:12-slim

RUN apt-get update \
&& apt-get install -y build-essential git fontconfig inkscape rclone rsync make texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-xetex latexmk poppler-utils python3-venv libcurl4-openssl-dev libssl-dev \
&& 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 \
&& rm -rf /var/lib/apt/lists/*

0 comments on commit 4c14f62

Please sign in to comment.