ci: docker build improvements

This commit is contained in:
NGPixel
2023-05-28 20:33:22 +00:00
parent 3c28ac8092
commit 272ba9b9ea
+2 -2
View File
@@ -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