FROM debian:bookworm-slim RUN apt update && \ apt install -y texlive-full ADD build.sh / RUN chmod +x /compile.sh ENTRYPOINT ["/compile.sh"]