Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matthewfeickert/latex-docker
Dockerfile for container built off Ubuntu containing latest version of TeX Live
https://github.com/matthewfeickert/latex-docker
dockerfile latex-docker ubuntu
Last synced: 7 days ago
JSON representation
Dockerfile for container built off Ubuntu containing latest version of TeX Live
- Host: GitHub
- URL: https://github.com/matthewfeickert/latex-docker
- Owner: matthewfeickert
- License: mit
- Created: 2018-01-06T21:32:32.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T17:34:04.000Z (over 5 years ago)
- Last Synced: 2025-01-05T10:41:03.424Z (12 days ago)
- Topics: dockerfile, latex-docker, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/matthewfeickert/latex-docker/
- Size: 7.81 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LaTeX Docker
Dockerfile for a image built from Ubuntu containing latest version of TeX Live
[![Docker Automated build](https://img.shields.io/docker/automated/matthewfeickert/latex-docker.svg)](https://hub.docker.com/r/matthewfeickert/latex-docker/)
[![Docker Build Status](https://img.shields.io/docker/build/matthewfeickert/latex-docker.svg)](https://hub.docker.com/r/matthewfeickert/latex-docker/builds/)
[![Docker Pulls](https://img.shields.io/docker/pulls/matthewfeickert/latex-docker.svg)](https://hub.docker.com/r/matthewfeickert/latex-docker/)
[![download-size number-of-layers](https://images.microbadger.com/badges/image/matthewfeickert/latex-docker.svg)](https://microbadger.com/images/matthewfeickert/latex-docker)## Packages Installed
Through `apt-get` the following packages are installed:
- curl
- wget
- rsync
- build-essential
- zip
- jq
- git
- libfontconfig
- locales
- software-properties-common
- sshpass
- ghostscript
- vimTeX Live is installed by downloading and running the [Tex Live installer](http://tug.org/texlive/doc/texlive-en/texlive-en.html#x1-140003).
## [Tags](https://hub.docker.com/r/matthewfeickert/latex-docker/tags)
- `latest`
- `2018`## Use
Pull the image from Docker Hub
```
docker pull matthewfeickert/latex-docker:latest
```if the image is run without a default command it will look for a `Makefile` and if found execute `make`