Sfoglia il codice sorgente

Remove gcc not supported in node image

Nicolas Meienberger 3 anni fa
parent
commit
a2479b143c
1 ha cambiato i file con 1 aggiunte e 4 eliminazioni
  1. 1 4
      Dockerfile

+ 1 - 4
Dockerfile

@@ -1,7 +1,4 @@
-FROM node:18-buster-slim AS build
-
-RUN apt-get install -y \
-    g++ gcc make python
+FROM node:18 AS build
 
 RUN npm install node-gyp -g