From ce55b239e2cb8b0f70c47d97bcf81fe81350e197 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sat, 22 Nov 2025 17:33:12 +0100 Subject: [PATCH] build: Fix Dockerfile.smithery --- Dockerfile.smithery | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile.smithery b/Dockerfile.smithery index 6664d17..141f0af 100644 --- a/Dockerfile.smithery +++ b/Dockerfile.smithery @@ -23,7 +23,7 @@ COPY --from=ghcr.io/astral-sh/uv:0.9.10@sha256:29bd45092ea8902c0bbb7f0a338f0494a # 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 \ + git # Copy dependency files first (for better layer caching) COPY pyproject.toml uv.lock ./