Add PDF extension, IPYNB Requirements

This commit is contained in:
2023-09-20 01:50:54 +00:00
parent 6e086dc082
commit e799c87b7a
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -10,6 +10,10 @@ RUN apt-get update \
wget \
python3 \
python3-pip \
texlive-xetex \
texlive-fonts-recommended \
texlive-plain-generic \
pandoc \
&& rm -rf /var/lib/apt/lists/*
ARG USER=coder