add git to containerfile
Build and Push Containers / build-and-push-app (push) Failing after 13s
Build and Push Containers / build-and-push-db (push) Successful in 14s

This commit is contained in:
2026-08-27 10:31:34 -04:00
parent beaca4fe97
commit f81061bf71
+1
View File
@@ -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