Add packages for building node_modules with ARM64

This commit is contained in:
2022-07-15 16:09:55 +01:00
committed by GitHub
parent 6f39048036
commit 28101779ee

View File

@@ -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", "./"]