fix: remove invalid/redundant tex packages to fix build
Some checks failed
docker-node image / build (arm64) (push) Successful in 28s
docker-node image / build (amd64) (push) Successful in 1m10s
docker-node image / amend-manifest (push) Successful in 4s
node-python image / build (arm64) (push) Successful in 29s
node-python image / build (amd64) (push) Successful in 1m2s
node-python image / amend-manifest (push) Successful in 5s
latex image / build (arm64) (push) Failing after 22m23s
latex image / build (amd64) (push) Failing after 24m21s
latex image / amend-manifest (push) Has been skipped
Some checks failed
docker-node image / build (arm64) (push) Successful in 28s
docker-node image / build (amd64) (push) Successful in 1m10s
docker-node image / amend-manifest (push) Successful in 4s
node-python image / build (arm64) (push) Successful in 29s
node-python image / build (amd64) (push) Successful in 1m2s
node-python image / amend-manifest (push) Successful in 5s
latex image / build (arm64) (push) Failing after 22m23s
latex image / build (amd64) (push) Failing after 24m21s
latex image / amend-manifest (push) Has been skipped
This commit is contained in:
@@ -1,11 +1,4 @@
|
|||||||
FROM texlive/texlive:latest
|
FROM texlive/texlive:latest
|
||||||
|
|
||||||
RUN tlmgr update --self && \
|
RUN tlmgr update --self && \
|
||||||
tlmgr install \
|
|
||||||
ucs \
|
|
||||||
vntex \
|
|
||||||
vietnam \
|
|
||||||
collection-fontsrecommended \
|
|
||||||
collection-latexextra \
|
|
||||||
latexmk && \
|
|
||||||
tlmgr path add
|
tlmgr path add
|
||||||
|
|||||||
Reference in New Issue
Block a user