ci tests: support node-gyp

This commit is contained in:
Evan Gray 2022-02-10 20:05:02 +00:00 committed by Evan Gray
parent 3a24a26a7d
commit 839da68cac
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
FROM node:16-alpine@sha256:004dbac84fed48e20f9888a23e32fa7cf83c2995e174a78d41d9a9dd1e051a20
RUN apk update && apk add g++ make python3
RUN mkdir -p /app
WORKDIR /app