Explorar o código

Remove gcc not supported in node image

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