mirror of
https://github.com/Quad4-Software/MeshChatX.git
synced 2026-08-18 09:49:09 -04:00
fix(Dockerfile): add g++ to build dependencies (miniaudio)
This commit is contained in:
parent
c4c34ed67a
commit
7bd2123fee
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@ RUN npm install -g pnpm@10.32.1 && \
|
|||
FROM ${PYTHON_IMAGE}@${PYTHON_HASH} AS builder
|
||||
WORKDIR /build
|
||||
RUN apk upgrade --no-cache && \
|
||||
apk add --no-cache gcc musl-dev linux-headers python3-dev libffi-dev openssl-dev git
|
||||
apk add --no-cache gcc g++ musl-dev linux-headers python3-dev libffi-dev openssl-dev git
|
||||
|
||||
# Install build tools in the system python
|
||||
RUN pip install --no-cache-dir --upgrade "pip>=26.0" poetry setuptools wheel "jaraco.context>=6.1.0"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue