瀏覽代碼

Remove gcc not supported in node image

Nicolas Meienberger 3 年之前
父節點
當前提交
a2479b143c
共有 1 個文件被更改,包括 1 次插入4 次删除
  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