diff --git a/Dockerfile b/Dockerfile index 78ea707..cccecb6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM debian:stable-slim RUN apt update -RUN apt install -y emacs texlive git make \ No newline at end of file +RUN apt install -y emacs texlive-full git make \ No newline at end of file