Explorar o código

Add node-gyp before starting install in workflow

Nicolas Meienberger %!s(int64=3) %!d(string=hai) anos
pai
achega
680e6a5852
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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