FROM ubuntu RUN apt-get update -y RUN DEBIAN_FRONTEND=noninteractive apt-get install -y texlive-full COPY entrypoint.sh /root/ ENTRYPOINT ["/root/entrypoint.sh"]