mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-08-28 10:14:11 +00:00
chore(docker): add git to build dependencies in Dockerfile
This commit is contained in:
+1
-1
@@ -16,7 +16,7 @@ RUN corepack enable && corepack prepare pnpm@latest --activate && \
|
||||
FROM ${PYTHON_IMAGE}@${PYTHON_HASH} AS builder
|
||||
WORKDIR /build
|
||||
# Install build dependencies for C-extensions
|
||||
RUN apk add --no-cache gcc musl-dev linux-headers python3-dev libffi-dev openssl-dev
|
||||
RUN apk add --no-cache gcc musl-dev linux-headers python3-dev libffi-dev openssl-dev git
|
||||
# Setup venv and install dependencies
|
||||
RUN python -m venv /opt/venv
|
||||
ENV PATH="/opt/venv/bin:$PATH"
|
||||
|
||||
Reference in New Issue
Block a user