A docker image with the necessary tools to build my website (source). I would be surprised if this image was useful to anyone but me, but who knows?
Note: This list may not be up-to-date. The Dockerfile will give you a more precise list.
- It is based on a debian testing.
- The following tools are available:
- LaTeX (and a lot of LaTeX packages and fonts);
- lektor
- CA certificates;
- some PDF/image manipulation programs (poppler-utils, imagemagick, pdf2svg, etc.).
sudo docker pull paternal/ababsurdo
sudo docker run -i -t paternal/ababsurdo /bin/bash