Browse Source

Add node-gyp before starting install in workflow

Nicolas Meienberger 3 years ago
parent
commit
680e6a5852
1 changed files with 2 additions and 0 deletions
  1. 2 0
      Dockerfile

+ 2 - 0
Dockerfile

@@ -1,5 +1,7 @@
 FROM node:18-buster-slim AS build
 
+RUN npm install --quiet node-gyp -g
+
 WORKDIR /common
 COPY ./packages/common /common
 RUN npm i