feat: first init

This commit is contained in:
Supan Adit Pratama 2024-09-22 13:42:37 +07:00
commit e6665e8222

6
Dockerfile Normal file
View 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