From 8bbb43f1caf33d91be7b3706750959b3cfb7ea6f Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sat, 6 Jul 2024 22:45:32 +0300 Subject: [PATCH] [~] Refactor --- docker/tiktok/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) 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