update libs

This commit is contained in:
2025-04-02 11:32:47 +01:00
parent 5ea87fe9b7
commit 871f930727
11 changed files with 1743 additions and 2695 deletions

View File

@@ -1,4 +1,5 @@
FROM python:3.10-slim-bullseye
FROM python:3.13-slim-bullseye
COPY --from=ghcr.io/astral-sh/uv:latest /uv /uvx /bin/
ENV PYTHONFAULTHANDLER=1 \
PYTHONHASHSEED=random \
@@ -21,8 +22,7 @@ RUN apt update \
&& apt-add-repository non-free \
&& apt update \
&& apt install -y npm cron unrar libmariadb-dev libpq-dev \
&& pip install --upgrade pip \
&& pip install -r requirements.txt \
&& uv sync \
&& cd frontend \
&& npm install \
&& npm run build \