fix: add python3-setuptools to Docker build dependencies for native modules
This commit is contained in:
parent
f14e6f5e27
commit
2a75b9b380
@ -8,7 +8,7 @@ WORKDIR /usr/src/app
|
||||
COPY package*.json ./
|
||||
|
||||
# Install build dependencies for native modules
|
||||
RUN apk add --no-cache python3 make g++
|
||||
RUN apk add --no-cache python3 python3-setuptools make g++
|
||||
|
||||
# Install any needed packages specified in package.json
|
||||
RUN npm install
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user