Add Dockerfile for minimal (xe)latex environment
This commit is contained in:
parent
a9bb527e23
commit
3a19502a8b
1 changed files with 4 additions and 0 deletions
4
Dockerfile
Normal file
4
Dockerfile
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
FROM alpine:3
|
||||||
|
RUN apk add --no-cache texlive-xetex
|
||||||
|
|
||||||
|
|
||||||
Loading…
Add table
Reference in a new issue