From f81061bf710a33bdde612e3bb468316f6cdb9fa1 Mon Sep 17 00:00:00 2001 From: ducoterra Date: Thu, 27 Aug 2026 10:31:34 -0400 Subject: [PATCH] add git to containerfile --- Containerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Containerfile b/Containerfile index 6127617..026002b 100644 --- a/Containerfile +++ b/Containerfile @@ -41,6 +41,7 @@ ENV PATH="/app/.venv/bin:$PATH" \ PYTHONDONTWRITEBYTECODE=1 \ BOR_STATIC_DIR=/app/static \ BOR_ENVIRONMENT=production +RUN apt update && apt instal -y git RUN useradd --create-home --uid 10001 reese WORKDIR /app COPY --from=python /app/.venv /app/.venv