Add dockerfile
This commit is contained in:
7
Dockerfile
Normal file
7
Dockerfile
Normal 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
|
||||
|
Reference in New Issue
Block a user