Build for projects needing LaTeX and Maxima
608
This container helps with compilation of latex sources without the need to install all latex packages on your system; maxima is a computer algebra system that plays (relatively) nicely with TeX.
This repository is forked from blang's repository in order to add other packages needed to run Maxima scripts for a CI setup.
First, add your local user to docker group:
sudo usermod -aG docker YOURUSERNAME
build:
docker build -t jgoldfar/maxima-docker .
docker run --rm -i --user="$(id -u):$(id -g)" --net=none -v "$(pwd)":/data jgoldfar/maxima-docker
WORKDIRs match, mounted to /data inside container.
Why should I use this container?
debian contains a Maxima installation on top of Debian Stretch
alpine contains a Maxima installation on top of Alpine Linux v3.9
alpine-latex adds a minimal LaTeX installation to alpine. The TeX installation scheme is minimal.
Content type
Image
Digest
sha256:1b9ab219b…
Size
89.2 MB
Last updated
almost 3 years ago
docker pull jgoldfar/maxima-docker:alpine-latest