feat: first init
This commit is contained in:
commit
e6665e8222
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@ -0,0 +1,6 @@
|
||||
FROM ubuntu:24.04
|
||||
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install texlive-full -y
|
||||
|
||||
RUN apt-get install make -y
|
Loading…
Reference in New Issue
Block a user