Add packages for building node_modules with ARM64
This commit is contained in:
@@ -2,7 +2,7 @@ FROM node:18.6-alpine AS base
|
||||
LABEL version="4.1.0"
|
||||
LABEL description=""
|
||||
|
||||
RUN apk --update --no-cache upgrade
|
||||
RUN apk --update --no-cache upgrade && apk add g++ make python --no-cache
|
||||
|
||||
WORKDIR /usr/src/app
|
||||
COPY ["package.json", "./"]
|
||||
|
||||
Reference in New Issue
Block a user