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