GitHub

Provides the Tectonic LaTeX toolkit as a Dev Container Feature.

Usage

See src/tectonic/README.md for options and details.

Testing

CI runs automatically on push and pull request. To run the tests locally you need Docker and the devcontainer CLI:

npm install -g @devcontainers/cli
# Autogenerated default-options test + scenarios, on a Debian base image.
devcontainer features test -f tectonic -i mcr.microsoft.com/devcontainers/base:trixie .

The Alpine path is exercised separately by running the installer directly:

docker run --rm -v "$PWD:/work" -w /work alpine:3.20 \
  sh -c 'INSTALLDIRECTORY=/usr/local/bin sh src/tectonic/install.sh && tectonic --version'

Read the original on github.com ↗