@ -0,0 +1,5 @@
FROM alpine:latest
RUN apk add -U texlive
ENTRYPOINT ["/bin/sh", "-c", "pdflatex \"$@\"", "--"]
@ -0,0 +1,10 @@
# pdflatex
## Usage
```
docker run -it --rm \
-v $(pwd):/workspace \
--workdir /workspace \
jerryaldrichiii/pdflatex:latest /path/to/your/file.tex