Ver código fonte

Add node-gyp before starting install in workflow

Nicolas Meienberger 3 anos atrás
pai
commit
680e6a5852
1 arquivos alterados com 2 adições e 0 exclusões
  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