add git to containerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user