From c73db5f225fa01db2f92b5144dff7b16094e4645 Mon Sep 17 00:00:00 2001 From: Christopher Butler Date: Tue, 16 Sep 2025 11:47:48 -0400 Subject: [PATCH] commit for test-existing-repo --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cbfeb9..9a2017e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM python:3.13-slim +# update Dockerfile for test-of-existing-repo branch RUN apt-get update && \ - apt-get install -y --no-install-recommends ca-certificates && \ + apt-get install -y --no-install-recommends git ca-certificates && \ rm -rf /var/lib/apt/lists/* COPY --from=ghcr.io/astral-sh/uv:latest /uv /bin/uv