[~] Refactor

This commit is contained in:
Siarhei Siniak 2024-07-06 22:45:32 +03:00
parent 86adcdf4da
commit 8bbb43f1ca

@ -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