diff --git a/Dockerfile b/Dockerfile index 8bff9f7..7fd5516 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,5 @@ FROM debian:bookworm-slim -RUN apt update && \ - apt install -y texlive-full - ADD compile.sh / RUN chmod +x /compile.sh