Files
docker-texlive/Dockerfile
T
christoph 980bd7ceec
Build TexLive Docker image / build-docker (push) Failing after 5m6s
Update to Ubuntu 24.04
2026-07-25 16:13:35 +02:00

10 lines
263 B
Docker

FROM ghcr.io/catthehacker/ubuntu:custom-24.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