diff --git a/Dockerfile b/Dockerfile index e085fb6..2efb261 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,10 @@ -FROM registry.gitlab.com/islandoftex/images/texlive:latest +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 textlive-full biber RUN apt-get -qy install ca-certificates curl make git inkscape xz-utils latexmk RUN apt-get -qy install pdftk \ No newline at end of file