Explorar el Código

Remove gcc not supported in node image

Nicolas Meienberger hace 3 años
padre
commit
a2479b143c
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  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