Parcourir la source

Remove gcc not supported in node image

Nicolas Meienberger il y a 3 ans
Parent
commit
a2479b143c
1 fichiers modifiés avec 1 ajouts et 4 suppressions
  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