ADD: switch to texlive base image
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
9b5e3ade6b
commit
116532adaa
@ -1,9 +1,9 @@
|
||||
FROM debian:bookworm-slim
|
||||
FROM texlive/texlive:latest
|
||||
|
||||
#change high groups to low groups for crio/kubernetes problems
|
||||
RUN sed -i 's/65534/1000/' /etc/passwd
|
||||
|
||||
# install additional requirements
|
||||
RUN apt-get -qy update
|
||||
RUN apt-get -qy install ca-certificates curl make git inkscape texlive-full xz-utils biber texlive-bibtex-extra latexmk
|
||||
RUN apt-get -qy install ca-certificates curl make git inkscape xz-utils latexmk
|
||||
RUN apt-get -qy install pdftk
|
Loading…
Reference in New Issue
Block a user