Add biber to Dockerfile dependencies
All checks were successful
Build Docker Image / build (default) (push) Successful in 5m56s
Build Docker Image / build (full) (push) Successful in 24m48s
Build Docker Image / build (full-python) (push) Successful in 23m55s
Build Docker Image / build (python) (push) Successful in 5m5s

This commit is contained in:
2025-03-18 14:57:18 +01:00
parent 3843d0b651
commit 9a48156b3a

View File

@@ -1,7 +1,7 @@
ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli" ARG PYTHON_PACKAGES="python3 py3-pip pandoc-cli"
FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base FROM harbor.pollinger.dev/dockerhub-mirror/alpine:latest AS base
RUN apk add --no-cache graphviz nodejs git-lfs make RUN apk add --no-cache graphviz nodejs git-lfs make biber
FROM base AS default FROM base AS default
RUN apk add --no-cache texlive texlive-luatex RUN apk add --no-cache texlive texlive-luatex