Latex/Dockerfile
Dominik Meyer 6070b8c3c0
Some checks failed
continuous-integration/drone Build is failing
FIX: fixed typo
2023-09-05 21:31:31 +02:00

10 lines
335 B
Docker

FROM debian:bookworm
#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 texlive-full biber
RUN apt-get -qy install ca-certificates curl make git inkscape xz-utils latexmk
RUN apt-get -qy install pdftk