Sign inSign up

mfisherman/texlive-full

By mfisherman

Updated 2 months ago

texlive-full docker image for LaTex

Image
0

10K+

mfisherman/texlive-full repository overview

texlive-full

The Docker image texlive-full relies on Alpine 3.22.2 and contains a texlive-full installation. It allows you to build your LaTex sources in a docker container without the need to install texlive on your machine. Compared to other images, this texlive installation is up to date (2025.2) and also contains common build tools (biber, make, python, git).

See the GitHub repository for more information.

Tools

The following tools are installed:

  • texlive-full (version 2025.2 with pdflatex, latex, bibtex, dvips, ps2pdf14 etc.)
  • biber, make, python, git

How to use

Run the following command:

$ docker run --rm -it -v $(pwd):/data mfisherman/texlive-full /bin/sh

It will automatically download the docker image to your system and run it. The argument -it allows you to run the container in interactive mode and will open a shell. Further, the command mounts the directory, from where you run the command above, into the folder /dataof the container. That way you can use your favorite editor to write your LaTex and compile it in the container.

OS/ARCH

The image is built for a majority of Linux architectures, allowing you to run the image even on all Raspberry Pi versions (e.g. as gitlab-runner). The available operating systems and architectures are:

  • linux/amd64
  • linux/arm/v6
  • linux/arm/v7
  • linux/arm64

Tag summary

Content type

Image

Digest

sha256:faa9949a5

Size

2 GB

Last updated

12 months ago

docker pull mfisherman/texlive-full