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: 3 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-15T17:34:04.000Z (about 7 years ago)
- Last Synced: 2025-04-03T18:54:41.794Z (about 1 year ago)
- Topics: dockerfile, latex-docker, ubuntu
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/matthewfeickert/latex-docker/
- Size: 7.81 KB
- Stars: 0
- Watchers: 3
- 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
[](https://hub.docker.com/r/matthewfeickert/latex-docker/)
[](https://hub.docker.com/r/matthewfeickert/latex-docker/builds/)
[](https://hub.docker.com/r/matthewfeickert/latex-docker/)
[](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
- vim
TeX 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`