build: Add missing deps
This commit is contained in:
@@ -19,6 +19,12 @@ WORKDIR /app
|
|||||||
# Install uv for fast dependency management
|
# Install uv for fast dependency management
|
||||||
COPY --from=ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d /uv /uvx /bin/
|
COPY --from=ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a382b1f4b18355df5be270ade679ff1d /uv /uvx /bin/
|
||||||
|
|
||||||
|
# Install dependencies
|
||||||
|
# 1. git (required for caldav dependency from git)
|
||||||
|
# 2. sqlite for development with token db
|
||||||
|
RUN apt update && apt install --no-install-recommends --no-install-suggests -y \
|
||||||
|
git \
|
||||||
|
|
||||||
# Copy dependency files first (for better layer caching)
|
# Copy dependency files first (for better layer caching)
|
||||||
COPY pyproject.toml uv.lock ./
|
COPY pyproject.toml uv.lock ./
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user