Changed back to alpine base image.
This commit is contained in:
10
Dockerfile
10
Dockerfile
@ -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
|
||||||
|
Reference in New Issue
Block a user