diff --git a/docker/tiktok/Dockerfile b/docker/tiktok/Dockerfile index 05c6892..45b3b1b 100644 --- a/docker/tiktok/Dockerfile +++ b/docker/tiktok/Dockerfile @@ -15,6 +15,11 @@ RUN pip3 install rpdb RUN apt-get install -yy netcat-traditional RUN apt-get install -yy vim RUN apt-get install -yy tini +RUN apt-get install -yy wkhtmltopdf graphviz +RUN pip3 install pandoc +RUN apt-get install -yy pandoc +RUN apt-get install -yy texlive-xetex texlive-fonts-recommended texlive-plain-generic +RUN pip3 install 'nbconvert[webpdf]' WORKDIR /app