Changed back to alpine base image.
All checks were successful
/ docker_build (push) Successful in 3m14s
/ deploy_helm (push) Successful in 42s

This commit is contained in:
2025-07-08 15:58:22 +02:00
parent 2c1dff6764
commit e13c10c92e

View File

@ -1,13 +1,13 @@
FROM ghcr.io/astral-sh/uv:0.7.19 AS uv FROM ghcr.io/astral-sh/uv:0.7.19 AS uv
FROM python:3.11-bookworm FROM python:3.11-alpine3.19
RUN apt update && apt install -y \ RUN apk update && apk add --no-cache \
imagemagick \ imagemagick \
imagemagick-pdf \
texlive \ texlive \
texlive-lang-cyrillic \ texmf-dist-langcyrillic \
texlive-extra-utils \ texmf-dist-latexextra
& rm -rf /var/lib/apt/lists/*
ENV UV_COMPILE_BYTECODE=1 ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy ENV UV_LINK_MODE=copy