ADD: switched back to bookworm base image

REASON: texlive image is not provided for ARM64
architecture
This commit is contained in:
Dominik Meyer 2023-09-05 21:29:27 +02:00
parent bc60d4471c
commit 933762bea3
Signed by: byterazor
GPG Key ID: EABDA0FD5981BC97
1 changed files with 2 additions and 1 deletions

View File

@ -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