瀏覽代碼

ci: docker build improvements

NGPixel 2 年之前
父節點
當前提交
272ba9b9ea
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      dev/build/Dockerfile

+ 2 - 2
dev/build/Dockerfile

@@ -1,9 +1,9 @@
 # ====================
 # --- Build Assets ---
 # ====================
-FROM node:18-alpine AS assets
+FROM node:18 AS assets
 
-RUN apk add g++ make cmake python3 --no-cache
+RUN apt-get update && apt-get install build-essential -y
 
 WORKDIR /wiki