commit e6665e82223c8c9b275a0cd40c250a0a5592a724 Author: Supan Adit Pratama Date: Sun Sep 22 13:42:37 2024 +0700 feat: first init diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..f3e056f --- /dev/null +++ b/Dockerfile @@ -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 \ No newline at end of file