Files
docker-texlive/Dockerfile
ChUrl d816190bbe
All checks were successful
Build TexLive Docker image / build-docker (push) Successful in 13m41s
Change base image to catthehacker/ubuntu
2023-11-22 10:34:12 +01:00

10 lines
263 B
Docker

FROM ghcr.io/catthehacker/ubuntu:custom-22.04
# TODO: This doesn't find texlive
RUN apt-get update
RUN apt-get install -y texlive-full
RUN apt-get install -y inkscape
RUN apt-get install -y python3-pygments
# TODO: Entrypoint script that compiles automatically