diff --git a/Containerfile b/Containerfile index 6127617..90352ec 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 install -y git RUN useradd --create-home --uid 10001 reese WORKDIR /app COPY --from=python /app/.venv /app/.venv