We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc29263 commit ca9f553Copy full SHA for ca9f553
dockerfiles/pdflatex/2021/Dockerfile
@@ -0,0 +1,9 @@
1
+FROM ubuntu:22.04
2
+ARG DEBIAN_FRONTEND=noninteractive
3
+
4
+RUN apt-get update
5
+# 2021 is the current version of texlive on apt-get as of 10/2024
6
+RUN apt-get install -qqy texlive-latex-base=2021.20220204-1 texlive-plain-generic=2021.20220204-1 texlive-latex-extra=2021.20220204-1
7
+RUN apt-get install -qqy python3.10 pip
8
9
+RUN pip install PyPDF2==3.0.1
dockerfiles/pdflatex/metadata.json
@@ -0,0 +1,4 @@
+{
+ "pushLatest": true,
+ "latestTag": "pdflatex"
+}
0 commit comments