Add dockerfile

This commit is contained in:
2023-11-22 00:16:11 +01:00
commit f71bf84f7e

7
Dockerfile Normal file
View File

@ -0,0 +1,7 @@
FROM ubuntu:22.04
RUN apt-get update
RUN apt-get install -y texlive-full
RUN apt-get install -y inkscape
RUN apt-get install -y python3-pygments