feat: add latex image with VN support and CI workflow
Some checks failed
docker-node image / build (arm64) (push) Successful in 11s
latex image / build (amd64) (push) Failing after 22s
node-python image / build (amd64) (push) Successful in 34s
docker-node image / build (amd64) (push) Successful in 1m21s
node-python image / build (arm64) (push) Successful in 6s
docker-node image / amend-manifest (push) Successful in 5s
node-python image / amend-manifest (push) Successful in 19s
latex image / build (arm64) (push) Failing after 2m8s
latex image / amend-manifest (push) Has been skipped
Some checks failed
docker-node image / build (arm64) (push) Successful in 11s
latex image / build (amd64) (push) Failing after 22s
node-python image / build (amd64) (push) Successful in 34s
docker-node image / build (amd64) (push) Successful in 1m21s
node-python image / build (arm64) (push) Successful in 6s
docker-node image / amend-manifest (push) Successful in 5s
node-python image / amend-manifest (push) Successful in 19s
latex image / build (arm64) (push) Failing after 2m8s
latex image / amend-manifest (push) Has been skipped
This commit is contained in:
11
latex.Dockerfile
Normal file
11
latex.Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM texlive/texlive:latest
|
||||
|
||||
RUN tlmgr update --self && \
|
||||
tlmgr install \
|
||||
ucs \
|
||||
vntex \
|
||||
vietnam \
|
||||
collection-fontsrecommended \
|
||||
collection-latexextra \
|
||||
latexmk && \
|
||||
tlmgr path add
|
||||
Reference in New Issue
Block a user